#CDF0EE

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

Shades of Foam #CDF0EE

Tints of Foam #CDF0EE

Color information

#CDF0EE (or 0xCDF0EE) is unknown color: approx Foam. HEX triplet: CD, F0 and EE. RGB value is (205,240,238). Sum of RGB (Red+Green+Blue) = 205+240+238=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0EE is #320F11. Grayscale: #E5E5E5. Windows color (decimal): -3280658 or 15659213. OLE color: 15659213.

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

Color convert

RGB205240238-
CMYK0.1500.010.06
HSL176.57º53.85%87.25%-
HSV(B)176.57º14.58%94.12%-
XYZ71.7781.4792.83-
YUV229.31132.9110.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.01%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=30.01%
G=35.14%
B=34.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052402380.1500.010.06176.5753.8587.25
HexCDF0EEF016b13657
Octal3153603561701626166127
Binary110011011111000011101110111101110101100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0EE; }

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

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

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

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

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

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

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

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