Html Css Color HEX #D9F2F0 Foam

📋 copy color: '#D9F2F0'

red 217 ◦ green 242 ◦ blue 240

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

Shades of Foam #D9F2F0

Tints of Foam #D9F2F0

RGB

 RED value IS 217 (85.16% from 255) = 31.04%

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

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

R = 31.04%
G = 34.62%
B = 34.33%

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

#D9F2F0 (or 0xD9F2F0) is known color: Foam. HEX triplet: D9, F2 and F0. RGB value is (217,242,240). Sum of RGB (Red+Green+Blue) = 217+242+240=699 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.04% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F2F0 is #260D0F. Grayscale: #EAEAEA. Windows color (decimal): -2493712 or 15790809. OLE color: 15790809.

HSL color Cylindrical-coordinate representation of color #D9F2F0: hue angle of 175.2º degrees, saturation: 0.49, 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 #D9F2F0 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 240 -
CMYK 0.10 0 0.01 0.05
HSL 175.2º 0.49% 0.9% -
HSV(B) 175.2º 0.1% 0.95% -
XYZ 76.1 84.55 94.75 -
YUV 234.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 217 242 240 0.10 0 0.01 0.05 175.2 0.49 0.9
Hex D9 F2 F0 A 0 1 5 AF 31 5A
Octal 331 362 360 12 0 1 5 257 61 132
Binary 11011001 11110010 11110000 1010 0 1 101 10101111 110001 1011010

Color Harmonies of #D9F2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2F0

Black with #D9F2F0

Text Example


Text Example

White with #D9F2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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