#CEE5E3

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

Shades of Foam #CEE5E3

Tints of Foam #CEE5E3

Color information

#CEE5E3 (or 0xCEE5E3) is unknown color: approx Foam. HEX triplet: CE, E5 and E3. RGB value is (206,229,227). Sum of RGB (Red+Green+Blue) = 206+229+227=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5E3 is #311A1C. Grayscale: #DDDDDD. Windows color (decimal): -3217949 or 14935502. OLE color: 14935502.

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

Color convert

RGB206229227-
CMYK0.1000.010.10
HSL174.78º30.67%85.29%-
HSV(B)174.78º10.04%89.8%-
XYZ67.3474.7183.54-
YUV221.9130.88116.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 229 (89.84% from 255) = 34.59%
BLUE value IS 227 (89.06% from 255) = 34.29%
R=31.12%
G=34.59%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062292270.1000.010.10174.7830.6785.29
HexCEE5E3A01Aaf1f55
Octal31634534312011225737125
Binary110011101110010111100011101001101010101111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5E3; }

 p { color: rgb(206,229,227); }

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

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

 a { background-color: rgb(206,229,227); }

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

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

 span { border-color: rgb(206,229,227); }

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