Html Css Color HEX #D6CABA Stark White

📋 copy color: '#D6CABA'

red 214 ◦ green 202 ◦ blue 186

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

Shades of Stark White #D6CABA

Tints of Stark White #D6CABA

RGB

 RED value IS 214 (83.98% from 255) = 35.55%

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

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

R = 35.55%
G = 33.55%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6CABA (or 0xD6CABA) is known color: Stark White. HEX triplet: D6, CA and BA. RGB value is (214,202,186). Sum of RGB (Red+Green+Blue) = 214+202+186=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CABA is #293545. Grayscale: #CBCBCB. Windows color (decimal): -2700614 or 12241622. OLE color: 12241622.

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

Color convert

RGB 214 202 186 -
CMYK 0 0.06 0.13 0.16
HSL 34.29º 0.25% 0.78% -
HSV(B) 34.29º 0.13% 0.84% -
XYZ 57.72 60.08 55.01 -
YUV 203.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 214 202 186 0 0.06 0.13 0.16 34.29 0.25 0.78
Hex D6 CA BA 0 6 D 10 22 19 4E
Octal 326 312 272 0 6 15 20 42 31 116
Binary 11010110 11001010 10111010 0 110 1101 10000 100010 11001 1001110

Color Harmonies of #D6CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CABA

Black with #D6CABA

Text Example


Text Example

White with #D6CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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