Html Css Color HEX #DBF1C7 Frostee

📋 copy color: '#DBF1C7'

red 219 ◦ green 241 ◦ blue 199

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

Shades of Frostee #DBF1C7

Tints of Frostee #DBF1C7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.57%

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

R = 33.23%
G = 36.57%
B = 30.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#DBF1C7 (or 0xDBF1C7) is known color: Frostee. HEX triplet: DB, F1 and C7. RGB value is (219,241,199). Sum of RGB (Red+Green+Blue) = 219+241+199=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1C7 is #240E38. Grayscale: #E5E5E5. Windows color (decimal): -2362937 or 13103579. OLE color: 13103579.

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

Color convert

RGB 219 241 199 -
CMYK 0.09 0 0.17 0.05
HSL 91.43º 0.6% 0.86% -
HSV(B) 91.43º 0.17% 0.95% -
XYZ 70.98 82.09 66.14 -
YUV 229.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 219 241 199 0.09 0 0.17 0.05 91.43 0.6 0.86
Hex DB F1 C7 9 0 11 5 5B 3C 56
Octal 333 361 307 11 0 21 5 133 74 126
Binary 11011011 11110001 11000111 1001 0 10001 101 1011011 111100 1010110

Color Harmonies of #DBF1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1C7

Black with #DBF1C7

Text Example


Text Example

White with #DBF1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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