Html Css Color HEX #D8CFD7 Thistle

📋 copy color: '#D8CFD7'

red 216 ◦ green 207 ◦ blue 215

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

Shades of Thistle #D8CFD7

Tints of Thistle #D8CFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.7%

R = 33.86%
G = 32.45%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D8CFD7 (or 0xD8CFD7) is known color: Thistle. HEX triplet: D8, CF and D7. RGB value is (216,207,215). Sum of RGB (Red+Green+Blue) = 216+207+215=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFD7 is #273028. Grayscale: #D2D2D2. Windows color (decimal): -2568233 or 14143448. OLE color: 14143448.

HSL color Cylindrical-coordinate representation of color #D8CFD7: hue angle of 306.67º 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 #D8CFD7 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 207 215 -
CMYK 0 0.04 0.00 0.15
HSL 306.67º 0.1% 0.83% -
HSV(B) 306.67º 0.04% 0.85% -
XYZ 62.9 64.13 73.35 -
YUV 210.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 216 207 215 0 0.04 0.00 0.15 306.67 0.1 0.83
Hex D8 CF D7 0 4 0 F 133 A 53
Octal 330 317 327 0 4 0 17 463 12 123
Binary 11011000 11001111 11010111 0 100 0 1111 100110011 1010 1010011

Color Harmonies of #D8CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CFD7

Black with #D8CFD7

Text Example


Text Example

White with #D8CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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