#CDEDE9

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

Shades of Foam #CDEDE9

Tints of Foam #CDEDE9

Color information

#CDEDE9 (or 0xCDEDE9) is unknown color: approx Foam. HEX triplet: CD, ED and E9. RGB value is (205,237,233). Sum of RGB (Red+Green+Blue) = 205+237+233=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDE9 is #321216. Grayscale: #E2E2E2. Windows color (decimal): -3281431 or 15330765. OLE color: 15330765.

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

Color convert

RGB205237233-
CMYK0.1400.020.07
HSL172.5º47.06%86.67%-
HSV(B)172.5º13.5%92.94%-
XYZ70.1779.4388.72-
YUV226.98131.4112.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 233 (91.41% from 255) = 34.52%
R=30.37%
G=35.11%
B=34.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052372330.1400.020.07172.547.0686.67
HexCDEDE9E027ac2f57
Octal3153553511602725457127
Binary1100110111101101111010011110010111101011001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDE9; }

 p { color: rgb(205,237,233); }

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

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

 a { background-color: rgb(205,237,233); }

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

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

 span { border-color: rgb(205,237,233); }

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