Html Css Color HEX #D9CBD6 Thistle

📋 copy color: '#D9CBD6'

red 217 ◦ green 203 ◦ blue 214

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

Shades of Thistle #D9CBD6

Tints of Thistle #D9CBD6

RGB

 RED value IS 217 (85.16% from 255) = 34.23%

 GREEN value IS 203 (79.69% from 255) = 32.02%

 BLUE value IS 214 (83.98% from 255) = 33.75%

R = 34.23%
G = 32.02%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9CBD6 (or 0xD9CBD6) is known color: Thistle. HEX triplet: D9, CB and D6. RGB value is (217,203,214). Sum of RGB (Red+Green+Blue) = 217+203+214=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBD6 is #263429. Grayscale: #D0D0D0. Windows color (decimal): -2503722 or 14076889. OLE color: 14076889.

HSL color Cylindrical-coordinate representation of color #D9CBD6: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CBD6 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 214 -
CMYK 0 0.06 0.01 0.15
HSL 312.86º 0.16% 0.82% -
HSV(B) 312.86º 0.06% 0.85% -
XYZ 62.11 62.32 72.37 -
YUV 208.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 217 203 214 0 0.06 0.01 0.15 312.86 0.16 0.82
Hex D9 CB D6 0 6 1 F 139 10 52
Octal 331 313 326 0 6 1 17 471 20 122
Binary 11011001 11001011 11010110 0 110 1 1111 100111001 10000 1010010

Color Harmonies of #D9CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBD6

Black with #D9CBD6

Text Example


Text Example

White with #D9CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBD6; }

 p { color: rgb(217,203,214); }

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

background-color css

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

 a { background-color: rgb(217,203,214); }

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

border-color css

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

 span { border-color: rgb(217,203,214); }

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