#CDEFED

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

Shades of Foam #CDEFED

Tints of Foam #CDEFED

Color information

#CDEFED (or 0xCDEFED) is unknown color: approx Foam. HEX triplet: CD, EF and ED. RGB value is (205,239,237). Sum of RGB (Red+Green+Blue) = 205+239+237=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFED is #321012. Grayscale: #E4E4E4. Windows color (decimal): -3280915 or 15593421. OLE color: 15593421.

HSL color Cylindrical-coordinate representation of color #CDEFED: hue angle of 176.47º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFED is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB205239237-
CMYK0.1400.010.06
HSL176.47º51.52%87.06%-
HSV(B)176.47º14.23%93.73%-
XYZ71.3380.8391.96-
YUV228.61132.74111.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.10%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=30.10%
G=35.10%
B=34.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392370.1400.010.06176.4751.5287.06
HexCDEFEDE016b03457
Octal3153573551601626064127
Binary110011011110111111101101111001110101100001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFED; }

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

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

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

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

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

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

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

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