Html Css Color HEX #D8CABA Stark White

📋 copy color: '#D8CABA'

red 216 ◦ green 202 ◦ blue 186

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

Shades of Stark White #D8CABA

Tints of Stark White #D8CABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.79%

R = 35.76%
G = 33.44%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8CABA (or 0xD8CABA) is known color: Stark White. HEX triplet: D8, CA and BA. RGB value is (216,202,186). Sum of RGB (Red+Green+Blue) = 216+202+186=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CABA is #273545. Grayscale: #CCCCCC. Windows color (decimal): -2569542 or 12241624. OLE color: 12241624.

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

Color convert

RGB 216 202 186 -
CMYK 0 0.06 0.14 0.15
HSL 32º 0.28% 0.79% -
HSV(B) 32º 0.14% 0.85% -
XYZ 58.3 60.39 55.04 -
YUV 204.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 216 202 186 0 0.06 0.14 0.15 32 0.28 0.79
Hex D8 CA BA 0 6 E F 20 1C 4F
Octal 330 312 272 0 6 16 17 40 34 117
Binary 11011000 11001010 10111010 0 110 1110 1111 100000 11100 1001111

Color Harmonies of #D8CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CABA

Black with #D8CABA

Text Example


Text Example

White with #D8CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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