Html Css Color HEX #DBF0C1 Frostee

📋 copy color: '#DBF0C1'

red 219 ◦ green 240 ◦ blue 193

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

Shades of Frostee #DBF0C1

Tints of Frostee #DBF0C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.6%

R = 33.59%
G = 36.81%
B = 29.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#DBF0C1 (or 0xDBF0C1) is known color: Frostee. HEX triplet: DB, F0 and C1. RGB value is (219,240,193). Sum of RGB (Red+Green+Blue) = 219+240+193=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0C1 is #240F3E. Grayscale: #E4E4E4. Windows color (decimal): -2363199 or 12710107. OLE color: 12710107.

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

Color convert

RGB 219 240 193 -
CMYK 0.09 0 0.20 0.06
HSL 86.81º 0.61% 0.85% -
HSV(B) 86.81º 0.2% 0.94% -
XYZ 70 81.23 62.44 -
YUV 228.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 219 240 193 0.09 0 0.20 0.06 86.81 0.61 0.85
Hex DB F0 C1 9 0 14 6 57 3D 55
Octal 333 360 301 11 0 24 6 127 75 125
Binary 11011011 11110000 11000001 1001 0 10100 110 1010111 111101 1010101

Color Harmonies of #DBF0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0C1

Black with #DBF0C1

Text Example


Text Example

White with #DBF0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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