#CFE6E5

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

Shades of Foam #CFE6E5

Tints of Foam #CFE6E5

Color information

#CFE6E5 (or 0xCFE6E5) is unknown color: approx Foam. HEX triplet: CF, E6 and E5. RGB value is (207,230,229). Sum of RGB (Red+Green+Blue) = 207+230+229=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6E5 is #30191A. Grayscale: #DEDEDE. Windows color (decimal): -3152155 or 15066831. OLE color: 15066831.

HSL color Cylindrical-coordinate representation of color #CFE6E5: hue angle of 177.39º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE6E5 is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB207230229-
CMYK0.1000.000.10
HSL177.39º31.51%85.69%-
HSV(B)177.39º10%90.2%-
XYZ68.1775.5285.11-
YUV223.01131.38116.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 229 (89.84% from 255) = 34.38%
R=31.08%
G=34.53%
B=34.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072302290.1000.000.10177.3931.5185.69
HexCFE6E5A00Ab12056
Octal31734634512001226140126
Binary1100111111100110111001011010001010101100011000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6E5; }

 p { color: rgb(207,230,229); }

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

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

 a { background-color: rgb(207,230,229); }

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

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

 span { border-color: rgb(207,230,229); }

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