Html Css Color HEX #DBF1CA Frostee

📋 copy color: '#DBF1CA'

red 219 ◦ green 241 ◦ blue 202

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

Shades of Frostee #DBF1CA

Tints of Frostee #DBF1CA

RGB

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

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

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

R = 33.08%
G = 36.4%
B = 30.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#DBF1CA (or 0xDBF1CA) is known color: Frostee. HEX triplet: DB, F1 and CA. RGB value is (219,241,202). Sum of RGB (Red+Green+Blue) = 219+241+202=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1CA is #240E35. Grayscale: #E6E6E6. Windows color (decimal): -2362934 or 13300187. OLE color: 13300187.

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

Color convert

RGB 219 241 202 -
CMYK 0.09 0 0.16 0.05
HSL 93.85º 0.58% 0.87% -
HSV(B) 93.85º 0.16% 0.95% -
XYZ 71.33 82.23 67.99 -
YUV 229.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 219 241 202 0.09 0 0.16 0.05 93.85 0.58 0.87
Hex DB F1 CA 9 0 10 5 5E 3A 57
Octal 333 361 312 11 0 20 5 136 72 127
Binary 11011011 11110001 11001010 1001 0 10000 101 1011110 111010 1010111

Color Harmonies of #DBF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1CA

Black with #DBF1CA

Text Example


Text Example

White with #DBF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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