Html Css Color HEX #DBF0C8 Frostee

📋 copy color: '#DBF0C8'

red 219 ◦ green 240 ◦ blue 200

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

Shades of Frostee #DBF0C8

Tints of Frostee #DBF0C8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.42%

 BLUE value IS 200 (78.52% from 255) = 30.35%

R = 33.23%
G = 36.42%
B = 30.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#DBF0C8 (or 0xDBF0C8) is known color: Frostee. HEX triplet: DB, F0 and C8. RGB value is (219,240,200). Sum of RGB (Red+Green+Blue) = 219+240+200=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0C8 is #240F37. Grayscale: #E5E5E5. Windows color (decimal): -2363192 or 13168859. OLE color: 13168859.

HSL color Cylindrical-coordinate representation of color #DBF0C8: hue angle of 91.5º degrees, saturation: 0.57, 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 #DBF0C8 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 200 -
CMYK 0.09 0 0.17 0.06
HSL 91.5º 0.57% 0.86% -
HSV(B) 91.5º 0.17% 0.94% -
XYZ 70.8 81.55 66.65 -
YUV 229.16 111.54 120.75 -
System Red Green Blue C M Y K H S L
Decimal 219 240 200 0.09 0 0.17 0.06 91.5 0.57 0.86
Hex DB F0 C8 9 0 11 6 5C 39 56
Octal 333 360 310 11 0 21 6 134 71 126
Binary 11011011 11110000 11001000 1001 0 10001 110 1011100 111001 1010110

Color Harmonies of #DBF0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0C8

Black with #DBF0C8

Text Example


Text Example

White with #DBF0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0C8; }

 p { color: rgb(219,240,200); }

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

background-color css

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

 a { background-color: rgb(219,240,200); }

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

border-color css

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

 span { border-color: rgb(219,240,200); }

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