Html Css Color HEX #D9CABA Stark White

📋 copy color: '#D9CABA'

red 217 ◦ green 202 ◦ blue 186

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

Shades of Stark White #D9CABA

Tints of Stark White #D9CABA

RGB

 RED value IS 217 (85.16% from 255) = 35.87%

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

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

R = 35.87%
G = 33.39%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D9CABA (or 0xD9CABA) is known color: Stark White. HEX triplet: D9, CA and BA. RGB value is (217,202,186). Sum of RGB (Red+Green+Blue) = 217+202+186=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CABA is #263545. Grayscale: #CCCCCC. Windows color (decimal): -2504006 or 12241625. OLE color: 12241625.

HSL color Cylindrical-coordinate representation of color #D9CABA: hue angle of 30.97º degrees, saturation: 0.29, 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 #D9CABA is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 186 -
CMYK 0 0.07 0.14 0.15
HSL 30.97º 0.29% 0.79% -
HSV(B) 30.97º 0.14% 0.85% -
XYZ 58.6 60.54 55.05 -
YUV 204.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 217 202 186 0 0.07 0.14 0.15 30.97 0.29 0.79
Hex D9 CA BA 0 7 E F 1F 1D 4F
Octal 331 312 272 0 7 16 17 37 35 117
Binary 11011001 11001010 10111010 0 111 1110 1111 11111 11101 1001111

Color Harmonies of #D9CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CABA

Black with #D9CABA

Text Example


Text Example

White with #D9CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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