Html Css Color HEX #D9C4DD Thistle

📋 copy color: '#D9C4DD'

red 217 ◦ green 196 ◦ blue 221

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

Shades of Thistle #D9C4DD

Tints of Thistle #D9C4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.91%

 BLUE value IS 221 (86.72% from 255) = 34.86%

R = 34.23%
G = 30.91%
B = 34.86%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9C4DD (or 0xD9C4DD) is known color: Thistle. HEX triplet: D9, C4 and DD. RGB value is (217,196,221). Sum of RGB (Red+Green+Blue) = 217+196+221=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4DD is #263B22. Grayscale: #CDCDCD. Windows color (decimal): -2505507 or 14533849. OLE color: 14533849.

HSL color Cylindrical-coordinate representation of color #D9C4DD: hue angle of 290.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C4DD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 196 221 -
CMYK 0.02 0.11 0 0.13
HSL 290.4º 0.27% 0.82% -
HSV(B) 290.4º 0.11% 0.87% -
XYZ 61.41 59.45 76.65 -
YUV 205.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 217 196 221 0.02 0.11 0 0.13 290.4 0.27 0.82
Hex D9 C4 DD 2 B 0 D 122 1B 52
Octal 331 304 335 2 13 0 15 442 33 122
Binary 11011001 11000100 11011101 10 1011 0 1101 100100010 11011 1010010

Color Harmonies of #D9C4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4DD

Black with #D9C4DD

Text Example


Text Example

White with #D9C4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4DD; }

 p { color: rgb(217,196,221); }

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

background-color css

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

 a { background-color: rgb(217,196,221); }

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

border-color css

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

 span { border-color: rgb(217,196,221); }

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