#CDEDEB

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

Shades of Foam #CDEDEB

Tints of Foam #CDEDEB

Color information

#CDEDEB (or 0xCDEDEB) is unknown color: approx Foam. HEX triplet: CD, ED and EB. RGB value is (205,237,235). Sum of RGB (Red+Green+Blue) = 205+237+235=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDEB is #321214. Grayscale: #E3E3E3. Windows color (decimal): -3281429 or 15461837. OLE color: 15461837.

HSL color Cylindrical-coordinate representation of color #CDEDEB: hue angle of 176.25º 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 #CDEDEB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB205237235-
CMYK0.1400.010.07
HSL176.25º47.06%86.67%-
HSV(B)176.25º13.5%92.94%-
XYZ70.4679.5590.24-
YUV227.2132.4112.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.28%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=30.28%
G=35.01%
B=34.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052372350.1400.010.07176.2547.0686.67
HexCDEDEBE017b02f57
Octal3153553531601726057127
Binary110011011110110111101011111001111101100001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDEB; }

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

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

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

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

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

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

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

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