Html Css Color HEX #DBF2F0 Foam

📋 copy color: '#DBF2F0'

red 219 ◦ green 242 ◦ blue 240

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

Shades of Foam #DBF2F0

Tints of Foam #DBF2F0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.52%

 BLUE value IS 240 (94.14% from 255) = 34.24%

R = 31.24%
G = 34.52%
B = 34.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#DBF2F0 (or 0xDBF2F0) is known color: Foam. HEX triplet: DB, F2 and F0. RGB value is (219,242,240). Sum of RGB (Red+Green+Blue) = 219+242+240=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2F0 is #240D0F. Grayscale: #EAEAEA. Windows color (decimal): -2362640 or 15790811. OLE color: 15790811.

HSL color Cylindrical-coordinate representation of color #DBF2F0: hue angle of 174.78º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF2F0 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 240 -
CMYK 0.10 0 0.01 0.05
HSL 174.78º 0.47% 0.9% -
HSV(B) 174.78º 0.1% 0.95% -
XYZ 76.69 84.86 94.77 -
YUV 234.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 219 242 240 0.10 0 0.01 0.05 174.78 0.47 0.9
Hex DB F2 F0 A 0 1 5 AF 2F 5A
Octal 333 362 360 12 0 1 5 257 57 132
Binary 11011011 11110010 11110000 1010 0 1 101 10101111 101111 1011010

Color Harmonies of #DBF2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2F0

Black with #DBF2F0

Text Example


Text Example

White with #DBF2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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