Html Css Color HEX #DBF0C4 Frostee

📋 copy color: '#DBF0C4'

red 219 ◦ green 240 ◦ blue 196

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

Shades of Frostee #DBF0C4

Tints of Frostee #DBF0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.92%

R = 33.44%
G = 36.64%
B = 29.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#DBF0C4 (or 0xDBF0C4) is known color: Frostee. HEX triplet: DB, F0 and C4. RGB value is (219,240,196). Sum of RGB (Red+Green+Blue) = 219+240+196=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0C4 is #240F3B. Grayscale: #E4E4E4. Windows color (decimal): -2363196 or 12906715. OLE color: 12906715.

HSL color Cylindrical-coordinate representation of color #DBF0C4: hue angle of 88.64º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBF0C4 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 196 -
CMYK 0.09 0 0.18 0.06
HSL 88.64º 0.59% 0.85% -
HSV(B) 88.64º 0.18% 0.94% -
XYZ 70.34 81.37 64.22 -
YUV 228.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 219 240 196 0.09 0 0.18 0.06 88.64 0.59 0.85
Hex DB F0 C4 9 0 12 6 59 3B 55
Octal 333 360 304 11 0 22 6 131 73 125
Binary 11011011 11110000 11000100 1001 0 10010 110 1011001 111011 1010101

Color Harmonies of #DBF0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0C4

Black with #DBF0C4

Text Example


Text Example

White with #DBF0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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