#CDF1EF

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

Shades of Foam #CDF1EF

Tints of Foam #CDF1EF

Color information

#CDF1EF (or 0xCDF1EF) is unknown color: approx Foam. HEX triplet: CD, F1 and EF. RGB value is (205,241,239). Sum of RGB (Red+Green+Blue) = 205+241+239=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF1EF is #320E10. Grayscale: #E5E5E5. Windows color (decimal): -3280401 or 15725005. OLE color: 15725005.

HSL color Cylindrical-coordinate representation of color #CDF1EF: hue angle of 176.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 #CDF1EF is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB205241239-
CMYK0.1500.010.05
HSL176.67º56.25%87.45%-
HSV(B)176.67º14.94%94.51%-
XYZ72.2182.1293.71-
YUV230.01133.07110.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.93%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=29.93%
G=35.18%
B=34.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052412390.1500.010.05176.6756.2587.45
HexCDF1EFF015b13857
Octal3153613571701526170127
Binary110011011111000111101111111101101101100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF1EF; }

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

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

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

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

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

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

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

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