#D3EDE8

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

Shades of Foam #D3EDE8

Tints of Foam #D3EDE8

Color information

#D3EDE8 (or 0xD3EDE8) is unknown color: approx Foam. HEX triplet: D3, ED and E8. RGB value is (211,237,232). Sum of RGB (Red+Green+Blue) = 211+237+232=680 (90% of max value = 765). Red value is 211 (82.81% from 255 or 31.03% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EDE8 is #2C1217. Grayscale: #E4E4E4. Windows color (decimal): -2888216 or 15265235. OLE color: 15265235.

HSL color Cylindrical-coordinate representation of color #D3EDE8: hue angle of 168.46º degrees, saturation: 0.42, 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 #D3EDE8 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB211237232-
CMYK0.1100.020.07
HSL168.46º41.94%87.84%-
HSV(B)168.46º10.97%92.94%-
XYZ71.7180.2488.05-
YUV228.66129.89115.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.03%
GREEN value IS 237 (92.97% from 255) = 34.85%
BLUE value IS 232 (91.02% from 255) = 34.12%
R=31.03%
G=34.85%
B=34.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112372320.1100.020.07168.4641.9487.84
HexD3EDE8B027a82a58
Octal3233553501302725052130
Binary1101001111101101111010001011010111101010001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EDE8; }

 p { color: rgb(211,237,232); }

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

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

 a { background-color: rgb(211,237,232); }

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

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

 span { border-color: rgb(211,237,232); }

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