#CDF2EE

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

Shades of Foam #CDF2EE

Tints of Foam #CDF2EE

Color information

#CDF2EE (or 0xCDF2EE) is unknown color: approx Foam. HEX triplet: CD, F2 and EE. RGB value is (205,242,238). Sum of RGB (Red+Green+Blue) = 205+242+238=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2EE is #320D11. Grayscale: #E6E6E6. Windows color (decimal): -3280146 or 15659725. OLE color: 15659725.

HSL color Cylindrical-coordinate representation of color #CDF2EE: hue angle of 173.51º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2EE is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB205242238-
CMYK0.1500.020.05
HSL173.51º58.73%87.65%-
HSV(B)173.51º15.29%94.9%-
XYZ72.3682.6693.03-
YUV230.48132.24109.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.93%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=29.93%
G=35.33%
B=34.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052422380.1500.020.05173.5158.7387.65
HexCDF2EEF025ae3b58
Octal3153623561702525673130
Binary1100110111110010111011101111010101101011101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2EE; }

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

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

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

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

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

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

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

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