#CDF4EE

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

Shades of Foam #CDF4EE

Tints of Foam #CDF4EE

Color information

#CDF4EE (or 0xCDF4EE) is unknown color: approx Foam. HEX triplet: CD, F4 and EE. RGB value is (205,244,238). Sum of RGB (Red+Green+Blue) = 205+244+238=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF4EE is #320B11. Grayscale: #E7E7E7. Windows color (decimal): -3279634 or 15660237. OLE color: 15660237.

HSL color Cylindrical-coordinate representation of color #CDF4EE: hue angle of 170.77º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF4EE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB205244238-
CMYK0.1600.020.04
HSL170.77º63.93%88.04%-
HSV(B)170.77º15.98%95.69%-
XYZ72.9683.8593.23-
YUV231.65131.58108.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.84%
GREEN value IS 244 (95.70% from 255) = 35.52%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=29.84%
G=35.52%
B=34.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052442380.1600.020.04170.7763.9388.04
HexCDF4EE10024ab4058
Octal31536435620024253100130
Binary110011011111010011101110100000101001010101110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF4EE; }

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

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

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

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

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

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

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

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