#CFEEE9

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

Shades of Foam #CFEEE9

Tints of Foam #CFEEE9

Color information

#CFEEE9 (or 0xCFEEE9) is unknown color: approx Foam. HEX triplet: CF, EE and E9. RGB value is (207,238,233). Sum of RGB (Red+Green+Blue) = 207+238+233=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEE9 is #301116. Grayscale: #E4E4E4. Windows color (decimal): -3150103 or 15331023. OLE color: 15331023.

HSL color Cylindrical-coordinate representation of color #CFEEE9: hue angle of 170.32º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEEE9 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB207238233-
CMYK0.1300.020.07
HSL170.32º47.69%87.25%-
HSV(B)170.32º13.03%93.33%-
XYZ71.0180.388.85-
YUV228.16130.73112.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.53%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 233 (91.41% from 255) = 34.37%
R=30.53%
G=35.10%
B=34.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072382330.1300.020.07170.3247.6987.25
HexCFEEE9D027aa3057
Octal3173563511502725260127
Binary1100111111101110111010011101010111101010101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEE9; }

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

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

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

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

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

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

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

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