#CDEFEA

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

Shades of Foam #CDEFEA

Tints of Foam #CDEFEA

Color information

#CDEFEA (or 0xCDEFEA) is unknown color: approx Foam. HEX triplet: CD, EF and EA. RGB value is (205,239,234). Sum of RGB (Red+Green+Blue) = 205+239+234=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFEA is #321015. Grayscale: #E4E4E4. Windows color (decimal): -3280918 or 15396813. OLE color: 15396813.

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

Color convert

RGB205239234-
CMYK0.1400.020.06
HSL171.18º51.52%87.06%-
HSV(B)171.18º14.23%93.73%-
XYZ70.8980.6589.67-
YUV228.26131.24111.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.24%
GREEN value IS 239 (93.75% from 255) = 35.25%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=30.24%
G=35.25%
B=34.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392340.1400.020.06171.1851.5287.06
HexCDEFEAE026ab3457
Octal3153573521602625364127
Binary1100110111101111111010101110010110101010111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFEA; }

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

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

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

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

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

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

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

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