Html Css Color HEX #DBEFC2 Frostee

📋 copy color: '#DBEFC2'

red 219 ◦ green 239 ◦ blue 194

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

Shades of Frostee #DBEFC2

Tints of Frostee #DBEFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.66%

 BLUE value IS 194 (76.17% from 255) = 29.75%

R = 33.59%
G = 36.66%
B = 29.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#DBEFC2 (or 0xDBEFC2) is known color: Frostee. HEX triplet: DB, EF and C2. RGB value is (219,239,194). Sum of RGB (Red+Green+Blue) = 219+239+194=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFC2 is #24103D. Grayscale: #E4E4E4. Windows color (decimal): -2363454 or 12775387. OLE color: 12775387.

HSL color Cylindrical-coordinate representation of color #DBEFC2: hue angle of 86.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBEFC2 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 194 -
CMYK 0.08 0 0.19 0.06
HSL 86.67º 0.58% 0.85% -
HSV(B) 86.67º 0.19% 0.94% -
XYZ 69.82 80.69 62.93 -
YUV 227.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 219 239 194 0.08 0 0.19 0.06 86.67 0.58 0.85
Hex DB EF C2 8 0 13 6 57 3A 55
Octal 333 357 302 10 0 23 6 127 72 125
Binary 11011011 11101111 11000010 1000 0 10011 110 1010111 111010 1010101

Color Harmonies of #DBEFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFC2

Black with #DBEFC2

Text Example


Text Example

White with #DBEFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFC2; }

 p { color: rgb(219,239,194); }

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

background-color css

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

 a { background-color: rgb(219,239,194); }

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

border-color css

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

 span { border-color: rgb(219,239,194); }

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