Html Css Color HEX #DDCEDB Thistle

📋 copy color: '#DDCEDB'

red 221 ◦ green 206 ◦ blue 219

#DDCEDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DDCEDB

Tints of Thistle #DDCEDB

RGB

 RED value IS 221 (86.72% from 255) = 34.21%

 GREEN value IS 206 (80.86% from 255) = 31.89%

 BLUE value IS 219 (85.94% from 255) = 33.9%

R = 34.21%
G = 31.89%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDCEDB (or 0xDDCEDB) is known color: Thistle. HEX triplet: DD, CE and DB. RGB value is (221,206,219). Sum of RGB (Red+Green+Blue) = 221+206+219=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEDB is #223124. Grayscale: #D3D3D3. Windows color (decimal): -2240805 or 14405341. OLE color: 14405341.

HSL color Cylindrical-coordinate representation of color #DDCEDB: hue angle of 308º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCEDB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 219 -
CMYK 0 0.07 0.01 0.13
HSL 308º 0.18% 0.84% -
HSV(B) 308º 0.07% 0.87% -
XYZ 64.68 64.63 76.08 -
YUV 211.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 221 206 219 0 0.07 0.01 0.13 308 0.18 0.84
Hex DD CE DB 0 7 1 D 134 12 54
Octal 335 316 333 0 7 1 15 464 22 124
Binary 11011101 11001110 11011011 0 111 1 1101 100110100 10010 1010100

Color Harmonies of #DDCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEDB

Black with #DDCEDB

Text Example


Text Example

White with #DDCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEDB; }

 p { color: rgb(221,206,219); }

 H1.HeaderClassName
 {
   color: #DDCEDB;
 }
 .AnyTagClassName
 {
   color: #DDCEDB;
 }
</style>

background-color css

<style>
 a { background-color: #DDCEDB; }

 a { background-color: rgb(221,206,219); }

 div.DivClassName
 {
   background-color: #DDCEDB;
 }
 .BgClassName
 {
   background-color: #DDCEDB;
 }
</style>

border-color css

<style>
 span { border-color: #DDCEDB; }

 span { border-color: rgb(221,206,219); }

 td.TdClassName
 {
   border-color: #DDCEDB;
 }
 .TagClassName
 {
   border-color: #DDCEDB;
 }
</style>