Html Css Color HEX #DBEECB Frostee

📋 copy color: '#DBEECB'

red 219 ◦ green 238 ◦ blue 203

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

Shades of Frostee #DBEECB

Tints of Frostee #DBEECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.06%

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

R = 33.18%
G = 36.06%
B = 30.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#DBEECB (or 0xDBEECB) is known color: Frostee. HEX triplet: DB, EE and CB. RGB value is (219,238,203). Sum of RGB (Red+Green+Blue) = 219+238+203=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEECB is #241134. Grayscale: #E4E4E4. Windows color (decimal): -2363701 or 13364955. OLE color: 13364955.

HSL color Cylindrical-coordinate representation of color #DBEECB: hue angle of 92.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBEECB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 203 -
CMYK 0.08 0 0.15 0.07
HSL 92.57º 0.51% 0.86% -
HSV(B) 92.57º 0.15% 0.93% -
XYZ 70.57 80.52 68.32 -
YUV 228.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 219 238 203 0.08 0 0.15 0.07 92.57 0.51 0.86
Hex DB EE CB 8 0 F 7 5D 33 56
Octal 333 356 313 10 0 17 7 135 63 126
Binary 11011011 11101110 11001011 1000 0 1111 111 1011101 110011 1010110

Color Harmonies of #DBEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEECB

Black with #DBEECB

Text Example


Text Example

White with #DBEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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