#D0ECEA

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

Shades of Foam #D0ECEA

Tints of Foam #D0ECEA

Color information

#D0ECEA (or 0xD0ECEA) is unknown color: approx Foam. HEX triplet: D0, EC and EA. RGB value is (208,236,234). Sum of RGB (Red+Green+Blue) = 208+236+234=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECEA is #2F1315. Grayscale: #E3E3E3. Windows color (decimal): -3085078 or 15396048. OLE color: 15396048.

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

Color convert

RGB208236234-
CMYK0.1200.010.07
HSL175.71º42.42%87.06%-
HSV(B)175.71º11.86%92.55%-
XYZ70.8679.3489.42-
YUV227.4131.72114.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.68%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=30.68%
G=34.81%
B=34.51%

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
Decimal2082362340.1200.010.07175.7142.4287.06
HexD0ECEAC017b02a57
Octal3203543521401726052127
Binary110100001110110011101010110001111101100001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECEA; }

 p { color: rgb(208,236,234); }

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

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

 a { background-color: rgb(208,236,234); }

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

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

 span { border-color: rgb(208,236,234); }

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