#CDF3ED

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

Shades of Foam #CDF3ED

Tints of Foam #CDF3ED

Color information

#CDF3ED (or 0xCDF3ED) is unknown color: approx Foam. HEX triplet: CD, F3 and ED. RGB value is (205,243,237). Sum of RGB (Red+Green+Blue) = 205+243+237=685 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.93% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF3ED is #320C12. Grayscale: #E6E6E6. Windows color (decimal): -3279891 or 15594445. OLE color: 15594445.

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

Color convert

RGB205243237-
CMYK0.1600.020.05
HSL170.53º61.29%87.84%-
HSV(B)170.53º15.64%95.29%-
XYZ72.5183.1992.36-
YUV230.95131.41109.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.93%
GREEN value IS 243 (95.31% from 255) = 35.47%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=29.93%
G=35.47%
B=34.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052432370.1600.020.05170.5361.2987.84
HexCDF3ED10025ab3d58
Octal3153633552002525375130
Binary11001101111100111110110110000010101101010111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF3ED; }

 p { color: rgb(205,243,237); }

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

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

 a { background-color: rgb(205,243,237); }

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

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

 span { border-color: rgb(205,243,237); }

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