Html Css Color HEX #DBEECA Frostee

📋 copy color: '#DBEECA'

red 219 ◦ green 238 ◦ blue 202

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

Shades of Frostee #DBEECA

Tints of Frostee #DBEECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.65%

R = 33.23%
G = 36.12%
B = 30.65%

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

#DBEECA (or 0xDBEECA) is known color: Frostee. HEX triplet: DB, EE and CA. RGB value is (219,238,202). Sum of RGB (Red+Green+Blue) = 219+238+202=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEECA is #241135. Grayscale: #E4E4E4. Windows color (decimal): -2363702 or 13299419. OLE color: 13299419.

HSL color Cylindrical-coordinate representation of color #DBEECA: hue angle of 91.67º 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 #DBEECA is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 202 -
CMYK 0.08 0 0.15 0.07
HSL 91.67º 0.51% 0.86% -
HSV(B) 91.67º 0.15% 0.93% -
XYZ 70.45 80.47 67.7 -
YUV 228.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 219 238 202 0.08 0 0.15 0.07 91.67 0.51 0.86
Hex DB EE CA 8 0 F 7 5C 33 56
Octal 333 356 312 10 0 17 7 134 63 126
Binary 11011011 11101110 11001010 1000 0 1111 111 1011100 110011 1010110

Color Harmonies of #DBEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEECA

Black with #DBEECA

Text Example


Text Example

White with #DBEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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