Html Css Color HEX #D8CED6 Thistle

📋 copy color: '#D8CED6'

red 216 ◦ green 206 ◦ blue 214

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

Shades of Thistle #D8CED6

Tints of Thistle #D8CED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.39%

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

R = 33.96%
G = 32.39%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8CED6 (or 0xD8CED6) is known color: Thistle. HEX triplet: D8, CE and D6. RGB value is (216,206,214). Sum of RGB (Red+Green+Blue) = 216+206+214=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CED6 is #273129. Grayscale: #D1D1D1. Windows color (decimal): -2568490 or 14077656. OLE color: 14077656.

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

Color convert

RGB 216 206 214 -
CMYK 0 0.05 0.01 0.15
HSL 312º 0.11% 0.83% -
HSV(B) 312º 0.05% 0.85% -
XYZ 62.53 63.6 72.6 -
YUV 209.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 216 206 214 0 0.05 0.01 0.15 312 0.11 0.83
Hex D8 CE D6 0 5 1 F 138 B 53
Octal 330 316 326 0 5 1 17 470 13 123
Binary 11011000 11001110 11010110 0 101 1 1111 100111000 1011 1010011

Color Harmonies of #D8CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CED6

Black with #D8CED6

Text Example


Text Example

White with #D8CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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