Html Css Color HEX #DBCAB5 Stark White

📋 copy color: '#DBCAB5'

red 219 ◦ green 202 ◦ blue 181

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

Shades of Stark White #DBCAB5

Tints of Stark White #DBCAB5

RGB

 RED value IS 219 (85.94% from 255) = 36.38%

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

 BLUE value IS 181 (71.09% from 255) = 30.07%

R = 36.38%
G = 33.55%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBCAB5 (or 0xDBCAB5) is known color: Stark White. HEX triplet: DB, CA and B5. RGB value is (219,202,181). Sum of RGB (Red+Green+Blue) = 219+202+181=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAB5 is #24354A. Grayscale: #CCCCCC. Windows color (decimal): -2372939 or 11913947. OLE color: 11913947.

HSL color Cylindrical-coordinate representation of color #DBCAB5: hue angle of 33.16º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBCAB5 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 181 -
CMYK 0 0.08 0.17 0.14
HSL 33.16º 0.35% 0.78% -
HSV(B) 33.16º 0.17% 0.86% -
XYZ 58.67 60.64 52.33 -
YUV 204.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 219 202 181 0 0.08 0.17 0.14 33.16 0.35 0.78
Hex DB CA B5 0 8 11 E 21 23 4E
Octal 333 312 265 0 10 21 16 41 43 116
Binary 11011011 11001010 10110101 0 1000 10001 1110 100001 100011 1001110

Color Harmonies of #DBCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAB5

Black with #DBCAB5

Text Example


Text Example

White with #DBCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAB5; }

 p { color: rgb(219,202,181); }

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

background-color css

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

 a { background-color: rgb(219,202,181); }

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

border-color css

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

 span { border-color: rgb(219,202,181); }

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