Html Css Color HEX #D9CBDC Thistle

📋 copy color: '#D9CBDC'

red 217 ◦ green 203 ◦ blue 220

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

Shades of Thistle #D9CBDC

Tints of Thistle #D9CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 33.91%
G = 31.72%
B = 34.38%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9CBDC (or 0xD9CBDC) is known color: Thistle. HEX triplet: D9, CB and DC. RGB value is (217,203,220). Sum of RGB (Red+Green+Blue) = 217+203+220=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBDC is #263423. Grayscale: #D1D1D1. Windows color (decimal): -2503716 or 14470105. OLE color: 14470105.

HSL color Cylindrical-coordinate representation of color #D9CBDC: hue angle of 289.41º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9CBDC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 203 220 -
CMYK 0.01 0.08 0 0.14
HSL 289.41º 0.2% 0.83% -
HSV(B) 289.41º 0.08% 0.86% -
XYZ 62.89 62.63 76.48 -
YUV 209.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 217 203 220 0.01 0.08 0 0.14 289.41 0.2 0.83
Hex D9 CB DC 1 8 0 E 121 14 53
Octal 331 313 334 1 10 0 16 441 24 123
Binary 11011001 11001011 11011100 1 1000 0 1110 100100001 10100 1010011

Color Harmonies of #D9CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBDC

Black with #D9CBDC

Text Example


Text Example

White with #D9CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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