Html Css Color HEX #D8CFD6 Thistle

📋 copy color: '#D8CFD6'

red 216 ◦ green 207 ◦ blue 214

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

Shades of Thistle #D8CFD6

Tints of Thistle #D8CFD6

RGB

 RED value IS 216 (84.77% from 255) = 33.91%

 GREEN value IS 207 (81.25% from 255) = 32.5%

 BLUE value IS 214 (83.98% from 255) = 33.59%

R = 33.91%
G = 32.5%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8CFD6 (or 0xD8CFD6) is known color: Thistle. HEX triplet: D8, CF and D6. RGB value is (216,207,214). Sum of RGB (Red+Green+Blue) = 216+207+214=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFD6 is #273029. Grayscale: #D2D2D2. Windows color (decimal): -2568234 or 14077912. OLE color: 14077912.

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

Color convert

RGB 216 207 214 -
CMYK 0 0.04 0.01 0.15
HSL 313.33º 0.1% 0.83% -
HSV(B) 313.33º 0.04% 0.85% -
XYZ 62.77 64.08 72.68 -
YUV 210.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 216 207 214 0 0.04 0.01 0.15 313.33 0.1 0.83
Hex D8 CF D6 0 4 1 F 139 A 53
Octal 330 317 326 0 4 1 17 471 12 123
Binary 11011000 11001111 11010110 0 100 1 1111 100111001 1010 1010011

Color Harmonies of #D8CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CFD6

Black with #D8CFD6

Text Example


Text Example

White with #D8CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CFD6; }

 p { color: rgb(216,207,214); }

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

background-color css

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

 a { background-color: rgb(216,207,214); }

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

border-color css

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

 span { border-color: rgb(216,207,214); }

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