#CAEEEC

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

Shades of Foam #CAEEEC

Tints of Foam #CAEEEC

Color information

#CAEEEC (or 0xCAEEEC) is unknown color: approx Foam. HEX triplet: CA, EE and EC. RGB value is (202,238,236). Sum of RGB (Red+Green+Blue) = 202+238+236=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEEEC is #351113. Grayscale: #E2E2E2. Windows color (decimal): -3477780 or 15527626. OLE color: 15527626.

HSL color Cylindrical-coordinate representation of color #CAEEEC: hue angle of 176.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEEEC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB202238236-
CMYK0.1500.010.07
HSL176.67º51.43%86.27%-
HSV(B)176.67º15.13%93.33%-
XYZ70.0779.7691.06-
YUV227.01133.07110.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=29.88%
G=35.21%
B=34.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382360.1500.010.07176.6751.4386.27
HexCAEEECF017b13356
Octal3123563541701726163126
Binary110010101110111011101100111101111101100011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEEC; }

 p { color: rgb(202,238,236); }

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

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

 a { background-color: rgb(202,238,236); }

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

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

 span { border-color: rgb(202,238,236); }

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