#CDF1EA

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

Shades of Foam #CDF1EA

Tints of Foam #CDF1EA

Color information

#CDF1EA (or 0xCDF1EA) is unknown color: approx Foam. HEX triplet: CD, F1 and EA. RGB value is (205,241,234). Sum of RGB (Red+Green+Blue) = 205+241+234=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF1EA is #320E15. Grayscale: #E5E5E5. Windows color (decimal): -3280406 or 15397325. OLE color: 15397325.

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

Color convert

RGB205241234-
CMYK0.1500.030.05
HSL168.33º56.25%87.45%-
HSV(B)168.33º14.94%94.51%-
XYZ71.4881.8389.87-
YUV229.44130.57110.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.15%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=30.15%
G=35.44%
B=34.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052412340.1500.030.05168.3356.2587.45
HexCDF1EAF035a83857
Octal3153613521703525070127
Binary1100110111110001111010101111011101101010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF1EA; }

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

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

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

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

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

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

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

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