#D2EEEB

Color #D2EEEB Foam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foam #D2EEEB

Tints of Foam #D2EEEB

Color information

#D2EEEB (or 0xD2EEEB) is unknown color: approx Foam. HEX triplet: D2, EE and EB. RGB value is (210,238,235). Sum of RGB (Red+Green+Blue) = 210+238+235=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEEB is #2D1114. Grayscale: #E5E5E5. Windows color (decimal): -2953493 or 15462098. OLE color: 15462098.

HSL color Cylindrical-coordinate representation of color #D2EEEB: hue angle of 173.57º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EEEB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB210238235-
CMYK0.1200.010.07
HSL173.57º45.16%87.84%-
HSV(B)173.57º11.76%93.33%-
XYZ72.1580.8590.4-
YUV229.29131.22114.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.75%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=30.75%
G=34.85%
B=34.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102382350.1200.010.07173.5745.1687.84
HexD2EEEBC017ae2d58
Octal3223563531401725655130
Binary110100101110111011101011110001111101011101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEEB; }

 p { color: rgb(210,238,235); }

 H1.HeaderClassName
 {
   color: #D2EEEB;
 }
 .AnyTagClassName
 {
   color: #D2EEEB;
 }
</style>
background-color css

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

 a { background-color: rgb(210,238,235); }

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

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

 span { border-color: rgb(210,238,235); }

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