#CFEFE9

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

Shades of Foam #CFEFE9

Tints of Foam #CFEFE9

Color information

#CFEFE9 (or 0xCFEFE9) is unknown color: approx Foam. HEX triplet: CF, EF and E9. RGB value is (207,239,233). Sum of RGB (Red+Green+Blue) = 207+239+233=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFE9 is #301016. Grayscale: #E4E4E4. Windows color (decimal): -3149847 or 15331279. OLE color: 15331279.

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

Color convert

RGB207239233-
CMYK0.1300.030.06
HSL168.75º50%87.45%-
HSV(B)168.75º13.39%93.73%-
XYZ71.3180.8888.94-
YUV228.75130.4112.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.49%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 233 (91.41% from 255) = 34.32%
R=30.49%
G=35.20%
B=34.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392330.1300.030.06168.755087.45
HexCFEFE9D036a93257
Octal3173573511503625162127
Binary1100111111101111111010011101011110101010011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFE9; }

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

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

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

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

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

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

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

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