#CFEFED

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

Shades of Foam #CFEFED

Tints of Foam #CFEFED

Color information

#CFEFED (or 0xCFEFED) is unknown color: approx Foam. HEX triplet: CF, EF and ED. RGB value is (207,239,237). Sum of RGB (Red+Green+Blue) = 207+239+237=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFED is #301012. Grayscale: #E5E5E5. Windows color (decimal): -3149843 or 15593423. OLE color: 15593423.

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

Color convert

RGB207239237-
CMYK0.1300.010.06
HSL176.25º50%87.45%-
HSV(B)176.25º13.39%93.73%-
XYZ71.8881.1191.99-
YUV229.2132.4112.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.31%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=30.31%
G=34.99%
B=34.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392370.1300.010.06176.255087.45
HexCFEFEDD016b03257
Octal3173573551501626062127
Binary110011111110111111101101110101110101100001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFED; }

 p { color: rgb(207,239,237); }

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

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

 a { background-color: rgb(207,239,237); }

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

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

 span { border-color: rgb(207,239,237); }

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