Html Css Color HEX #DBEFC7 Frostee

📋 copy color: '#DBEFC7'

red 219 ◦ green 239 ◦ blue 199

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

Shades of Frostee #DBEFC7

Tints of Frostee #DBEFC7

RGB

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

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

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

R = 33.33%
G = 36.38%
B = 30.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#DBEFC7 (or 0xDBEFC7) is known color: Frostee. HEX triplet: DB, EF and C7. RGB value is (219,239,199). Sum of RGB (Red+Green+Blue) = 219+239+199=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFC7 is #241038. Grayscale: #E4E4E4. Windows color (decimal): -2363449 or 13103067. OLE color: 13103067.

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

Color convert

RGB 219 239 199 -
CMYK 0.08 0 0.17 0.06
HSL 90º 0.56% 0.86% -
HSV(B) 90º 0.17% 0.94% -
XYZ 70.39 80.92 65.94 -
YUV 228.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 219 239 199 0.08 0 0.17 0.06 90 0.56 0.86
Hex DB EF C7 8 0 11 6 5A 38 56
Octal 333 357 307 10 0 21 6 132 70 126
Binary 11011011 11101111 11000111 1000 0 10001 110 1011010 111000 1010110

Color Harmonies of #DBEFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFC7

Black with #DBEFC7

Text Example


Text Example

White with #DBEFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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