Html Css Color HEX #D9CCDA Thistle

📋 copy color: '#D9CCDA'

red 217 ◦ green 204 ◦ blue 218

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

Shades of Thistle #D9CCDA

Tints of Thistle #D9CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.92%

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 33.96%
G = 31.92%
B = 34.12%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D9CCDA (or 0xD9CCDA) is known color: Thistle. HEX triplet: D9, CC and DA. RGB value is (217,204,218). Sum of RGB (Red+Green+Blue) = 217+204+218=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDA is #263325. Grayscale: #D1D1D1. Windows color (decimal): -2503462 or 14339289. OLE color: 14339289.

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

Color convert

RGB 217 204 218 -
CMYK 0.00 0.06 0 0.15
HSL 295.71º 0.16% 0.83% -
HSV(B) 295.71º 0.06% 0.85% -
XYZ 62.86 63 75.18 -
YUV 209.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 217 204 218 0.00 0.06 0 0.15 295.71 0.16 0.83
Hex D9 CC DA 0 6 0 F 128 10 53
Octal 331 314 332 0 6 0 17 450 20 123
Binary 11011001 11001100 11011010 0 110 0 1111 100101000 10000 1010011

Color Harmonies of #D9CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCDA

Black with #D9CCDA

Text Example


Text Example

White with #D9CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCDA; }

 p { color: rgb(217,204,218); }

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

background-color css

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

 a { background-color: rgb(217,204,218); }

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

border-color css

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

 span { border-color: rgb(217,204,218); }

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