Html Css Color HEX #DBF2C7 Frostee

📋 copy color: '#DBF2C7'

red 219 ◦ green 242 ◦ blue 199

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

Shades of Frostee #DBF2C7

Tints of Frostee #DBF2C7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.67%

 BLUE value IS 199 (78.13% from 255) = 30.15%

R = 33.18%
G = 36.67%
B = 30.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#DBF2C7 (or 0xDBF2C7) is known color: Frostee. HEX triplet: DB, F2 and C7. RGB value is (219,242,199). Sum of RGB (Red+Green+Blue) = 219+242+199=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2C7 is #240D38. Grayscale: #E6E6E6. Windows color (decimal): -2362681 or 13103835. OLE color: 13103835.

HSL color Cylindrical-coordinate representation of color #DBF2C7: hue angle of 92.09º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBF2C7 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 199 -
CMYK 0.10 0 0.18 0.05
HSL 92.09º 0.62% 0.86% -
HSV(B) 92.09º 0.18% 0.95% -
XYZ 71.27 82.69 66.24 -
YUV 230.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 219 242 199 0.10 0 0.18 0.05 92.09 0.62 0.86
Hex DB F2 C7 A 0 12 5 5C 3E 56
Octal 333 362 307 12 0 22 5 134 76 126
Binary 11011011 11110010 11000111 1010 0 10010 101 1011100 111110 1010110

Color Harmonies of #DBF2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2C7

Black with #DBF2C7

Text Example


Text Example

White with #DBF2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2C7; }

 p { color: rgb(219,242,199); }

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

background-color css

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

 a { background-color: rgb(219,242,199); }

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

border-color css

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

 span { border-color: rgb(219,242,199); }

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