Html Css Color HEX #D4C6D8 Thistle

📋 copy color: '#D4C6D8'

red 212 ◦ green 198 ◦ blue 216

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

Shades of Thistle #D4C6D8

Tints of Thistle #D4C6D8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.63%

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

R = 33.87%
G = 31.63%
B = 34.5%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D4C6D8 (or 0xD4C6D8) is known color: Thistle. HEX triplet: D4, C6 and D8. RGB value is (212,198,216). Sum of RGB (Red+Green+Blue) = 212+198+216=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4C6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C6D8 is #2B3927. Grayscale: #CCCCCC. Windows color (decimal): -2832680 or 14206676. OLE color: 14206676.

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

Color convert

RGB 212 198 216 -
CMYK 0.02 0.08 0 0.15
HSL 286.67º 0.19% 0.81% -
HSV(B) 286.67º 0.08% 0.85% -
XYZ 59.74 59.34 73.27 -
YUV 204.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 212 198 216 0.02 0.08 0 0.15 286.67 0.19 0.81
Hex D4 C6 D8 2 8 0 F 11F 13 51
Octal 324 306 330 2 10 0 17 437 23 121
Binary 11010100 11000110 11011000 10 1000 0 1111 100011111 10011 1010001

Color Harmonies of #D4C6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C6D8

Black with #D4C6D8

Text Example


Text Example

White with #D4C6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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