Html Css Color HEX #D8CAB6 Stark White

📋 copy color: '#D8CAB6'

red 216 ◦ green 202 ◦ blue 182

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

Shades of Stark White #D8CAB6

Tints of Stark White #D8CAB6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.67%

 BLUE value IS 182 (71.48% from 255) = 30.33%

R = 36%
G = 33.67%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D8CAB6 (or 0xD8CAB6) is known color: Stark White. HEX triplet: D8, CA and B6. RGB value is (216,202,182). Sum of RGB (Red+Green+Blue) = 216+202+182=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAB6 is #273549. Grayscale: #CCCCCC. Windows color (decimal): -2569546 or 11979480. OLE color: 11979480.

HSL color Cylindrical-coordinate representation of color #D8CAB6: hue angle of 35.29º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8CAB6 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 202 182 -
CMYK 0 0.06 0.16 0.15
HSL 35.29º 0.3% 0.78% -
HSV(B) 35.29º 0.16% 0.85% -
XYZ 57.88 60.22 52.83 -
YUV 203.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 216 202 182 0 0.06 0.16 0.15 35.29 0.3 0.78
Hex D8 CA B6 0 6 10 F 23 1E 4E
Octal 330 312 266 0 6 20 17 43 36 116
Binary 11011000 11001010 10110110 0 110 10000 1111 100011 11110 1001110

Color Harmonies of #D8CAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAB6

Black with #D8CAB6

Text Example


Text Example

White with #D8CAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAB6; }

 p { color: rgb(216,202,182); }

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

background-color css

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

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

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

border-color css

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

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

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