Html Css Color HEX #D8CFD8 Thistle

📋 copy color: '#D8CFD8'

red 216 ◦ green 207 ◦ blue 216

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

Shades of Thistle #D8CFD8

Tints of Thistle #D8CFD8

RGB

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

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

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

R = 33.8%
G = 32.39%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D8CFD8 (or 0xD8CFD8) is known color: Thistle. HEX triplet: D8, CF and D8. RGB value is (216,207,216). Sum of RGB (Red+Green+Blue) = 216+207+216=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D8CFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFD8 is #273027. Grayscale: #D2D2D2. Windows color (decimal): -2568232 or 14208984. OLE color: 14208984.

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

Color convert

RGB 216 207 216 -
CMYK 0 0.04 0 0.15
HSL 300º 0.1% 0.83% -
HSV(B) 300º 0.04% 0.85% -
XYZ 63.03 64.18 74.03 -
YUV 210.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 216 207 216 0 0.04 0 0.15 300 0.1 0.83
Hex D8 CF D8 0 4 0 F 12C A 53
Octal 330 317 330 0 4 0 17 454 12 123
Binary 11011000 11001111 11011000 0 100 0 1111 100101100 1010 1010011

Color Harmonies of #D8CFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CFD8

Black with #D8CFD8

Text Example


Text Example

White with #D8CFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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