Html Css Color HEX #D4C4D8 Thistle

📋 copy color: '#D4C4D8'

red 212 ◦ green 196 ◦ blue 216

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

Shades of Thistle #D4C4D8

Tints of Thistle #D4C4D8

RGB

 RED value IS 212 (83.2% from 255) = 33.97%

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

 BLUE value IS 216 (84.77% from 255) = 34.62%

R = 33.97%
G = 31.41%
B = 34.62%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4C4D8 (or 0xD4C4D8) is known color: Thistle. HEX triplet: D4, C4 and D8. RGB value is (212,196,216). Sum of RGB (Red+Green+Blue) = 212+196+216=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4C4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C4D8 is #2B3B27. Grayscale: #CBCBCB. Windows color (decimal): -2833192 or 14206164. OLE color: 14206164.

HSL color Cylindrical-coordinate representation of color #D4C4D8: hue angle of 288º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4C4D8 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 196 216 -
CMYK 0.02 0.09 0 0.15
HSL 288º 0.2% 0.81% -
HSV(B) 288º 0.09% 0.85% -
XYZ 59.29 58.43 73.12 -
YUV 203.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 212 196 216 0.02 0.09 0 0.15 288 0.2 0.81
Hex D4 C4 D8 2 9 0 F 120 14 51
Octal 324 304 330 2 11 0 17 440 24 121
Binary 11010100 11000100 11011000 10 1001 0 1111 100100000 10100 1010001

Color Harmonies of #D4C4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C4D8

Black with #D4C4D8

Text Example


Text Example

White with #D4C4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C4D8; }

 p { color: rgb(212,196,216); }

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

background-color css

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

 a { background-color: rgb(212,196,216); }

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

border-color css

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

 span { border-color: rgb(212,196,216); }

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