#D2EDEB

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

Shades of Foam #D2EDEB

Tints of Foam #D2EDEB

Color information

#D2EDEB (or 0xD2EDEB) is unknown color: approx Foam. HEX triplet: D2, ED and EB. RGB value is (210,237,235). Sum of RGB (Red+Green+Blue) = 210+237+235=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDEB is #2D1214. Grayscale: #E4E4E4. Windows color (decimal): -2953749 or 15461842. OLE color: 15461842.

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

Color convert

RGB210237235-
CMYK0.1100.010.07
HSL175.56º42.86%87.65%-
HSV(B)175.56º11.39%92.94%-
XYZ71.8680.2790.3-
YUV228.7131.55114.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.79%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=30.79%
G=34.75%
B=34.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102372350.1100.010.07175.5642.8687.65
HexD2EDEBB017b02b58
Octal3223553531301726053130
Binary110100101110110111101011101101111101100001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDEB; }

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

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

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

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

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

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

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

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