#CDF1EC

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

Shades of Foam #CDF1EC

Tints of Foam #CDF1EC

Color information

#CDF1EC (or 0xCDF1EC) is unknown color: approx Foam. HEX triplet: CD, F1 and EC. RGB value is (205,241,236). Sum of RGB (Red+Green+Blue) = 205+241+236=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF1EC is #320E13. Grayscale: #E5E5E5. Windows color (decimal): -3280404 or 15528397. OLE color: 15528397.

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

Color convert

RGB205241236-
CMYK0.1500.020.05
HSL171.67º56.25%87.45%-
HSV(B)171.67º14.94%94.51%-
XYZ71.7781.9591.39-
YUV229.67131.57110.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.06%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=30.06%
G=35.34%
B=34.60%

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
Decimal2052412360.1500.020.05171.6756.2587.45
HexCDF1ECF025ac3857
Octal3153613541702525470127
Binary1100110111110001111011001111010101101011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF1EC; }

 p { color: rgb(205,241,236); }

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

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

 a { background-color: rgb(205,241,236); }

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

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

 span { border-color: rgb(205,241,236); }

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