#CDEEEA

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

Shades of Foam #CDEEEA

Tints of Foam #CDEEEA

Color information

#CDEEEA (or 0xCDEEEA) is unknown color: approx Foam. HEX triplet: CD, EE and EA. RGB value is (205,238,234). Sum of RGB (Red+Green+Blue) = 205+238+234=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEEEA is #321115. Grayscale: #E3E3E3. Windows color (decimal): -3281174 or 15396557. OLE color: 15396557.

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

Color convert

RGB205238234-
CMYK0.1400.020.07
HSL172.73º49.25%86.86%-
HSV(B)172.73º13.87%93.33%-
XYZ70.680.0789.58-
YUV227.68131.57111.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.28%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=30.28%
G=35.16%
B=34.56%

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
Decimal2052382340.1400.020.07172.7349.2586.86
HexCDEEEAE027ad3157
Octal3153563521602725561127
Binary1100110111101110111010101110010111101011011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEEA; }

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

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

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

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

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

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

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

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