Html Css Color HEX #D4CCD5 Thistle

📋 copy color: '#D4CCD5'

red 212 ◦ green 204 ◦ blue 213

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

Shades of Thistle #D4CCD5

Tints of Thistle #D4CCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.86%

R = 33.7%
G = 32.43%
B = 33.86%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4CCD5 (or 0xD4CCD5) is known color: Thistle. HEX triplet: D4, CC and D5. RGB value is (212,204,213). Sum of RGB (Red+Green+Blue) = 212+204+213=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCD5 is #2B332A. Grayscale: #CFCFCF. Windows color (decimal): -2831147 or 14011604. OLE color: 14011604.

HSL color Cylindrical-coordinate representation of color #D4CCD5: hue angle of 293.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CCD5 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 204 213 -
CMYK 0.00 0.04 0 0.16
HSL 293.33º 0.1% 0.82% -
HSV(B) 293.33º 0.04% 0.84% -
XYZ 60.75 61.99 71.71 -
YUV 207.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 212 204 213 0.00 0.04 0 0.16 293.33 0.1 0.82
Hex D4 CC D5 0 4 0 10 125 A 52
Octal 324 314 325 0 4 0 20 445 12 122
Binary 11010100 11001100 11010101 0 100 0 10000 100100101 1010 1010010

Color Harmonies of #D4CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCD5

Black with #D4CCD5

Text Example


Text Example

White with #D4CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCD5; }

 p { color: rgb(212,204,213); }

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

background-color css

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

 a { background-color: rgb(212,204,213); }

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

border-color css

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

 span { border-color: rgb(212,204,213); }

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