Html Css Color HEX #DBEACB Frostee

📋 copy color: '#DBEACB'

red 219 ◦ green 234 ◦ blue 203

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

Shades of Frostee #DBEACB

Tints of Frostee #DBEACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.67%

 BLUE value IS 203 (79.69% from 255) = 30.95%

R = 33.38%
G = 35.67%
B = 30.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#DBEACB (or 0xDBEACB) is known color: Frostee. HEX triplet: DB, EA and CB. RGB value is (219,234,203). Sum of RGB (Red+Green+Blue) = 219+234+203=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACB is #241534. Grayscale: #E2E2E2. Windows color (decimal): -2364725 or 13363931. OLE color: 13363931.

HSL color Cylindrical-coordinate representation of color #DBEACB: hue angle of 89.03º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEACB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 203 -
CMYK 0.06 0 0.13 0.08
HSL 89.03º 0.42% 0.86% -
HSV(B) 89.03º 0.13% 0.92% -
XYZ 69.42 78.22 67.94 -
YUV 225.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 219 234 203 0.06 0 0.13 0.08 89.03 0.42 0.86
Hex DB EA CB 6 0 D 8 59 2A 56
Octal 333 352 313 6 0 15 10 131 52 126
Binary 11011011 11101010 11001011 110 0 1101 1000 1011001 101010 1010110

Color Harmonies of #DBEACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEACB

Black with #DBEACB

Text Example


Text Example

White with #DBEACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEACB; }

 p { color: rgb(219,234,203); }

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

background-color css

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

 a { background-color: rgb(219,234,203); }

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

border-color css

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

 span { border-color: rgb(219,234,203); }

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