Html Css Color HEX #DBCAB2 Stark White

📋 copy color: '#DBCAB2'

red 219 ◦ green 202 ◦ blue 178

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

Shades of Stark White #DBCAB2

Tints of Stark White #DBCAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.72%

R = 36.56%
G = 33.72%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBCAB2 (or 0xDBCAB2) is known color: Stark White. HEX triplet: DB, CA and B2. RGB value is (219,202,178). Sum of RGB (Red+Green+Blue) = 219+202+178=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAB2 is #24354D. Grayscale: #CCCCCC. Windows color (decimal): -2372942 or 11717339. OLE color: 11717339.

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

Color convert

RGB 219 202 178 -
CMYK 0 0.08 0.19 0.14
HSL 35.12º 0.36% 0.78% -
HSV(B) 35.12º 0.19% 0.86% -
XYZ 58.37 60.52 50.72 -
YUV 204.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 219 202 178 0 0.08 0.19 0.14 35.12 0.36 0.78
Hex DB CA B2 0 8 13 E 23 24 4E
Octal 333 312 262 0 10 23 16 43 44 116
Binary 11011011 11001010 10110010 0 1000 10011 1110 100011 100100 1001110

Color Harmonies of #DBCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAB2

Black with #DBCAB2

Text Example


Text Example

White with #DBCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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