Html Css Color HEX #DBE9CB Frostee

📋 copy color: '#DBE9CB'

red 219 ◦ green 233 ◦ blue 203

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

Shades of Frostee #DBE9CB

Tints of Frostee #DBE9CB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.57%

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

R = 33.44%
G = 35.57%
B = 30.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#DBE9CB (or 0xDBE9CB) is known color: Frostee. HEX triplet: DB, E9 and CB. RGB value is (219,233,203). Sum of RGB (Red+Green+Blue) = 219+233+203=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9CB is #241634. Grayscale: #E1E1E1. Windows color (decimal): -2364981 or 13363675. OLE color: 13363675.

HSL color Cylindrical-coordinate representation of color #DBE9CB: hue angle of 88º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE9CB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 203 -
CMYK 0.06 0 0.13 0.09
HSL 88º 0.41% 0.85% -
HSV(B) 88º 0.13% 0.91% -
XYZ 69.13 77.65 67.84 -
YUV 225.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 219 233 203 0.06 0 0.13 0.09 88 0.41 0.85
Hex DB E9 CB 6 0 D 9 58 29 55
Octal 333 351 313 6 0 15 11 130 51 125
Binary 11011011 11101001 11001011 110 0 1101 1001 1011000 101001 1010101

Color Harmonies of #DBE9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9CB

Black with #DBE9CB

Text Example


Text Example

White with #DBE9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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