#CAEBE8

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

Shades of Foam #CAEBE8

Tints of Foam #CAEBE8

Color information

#CAEBE8 (or 0xCAEBE8) is unknown color: approx Foam. HEX triplet: CA, EB and E8. RGB value is (202,235,232). Sum of RGB (Red+Green+Blue) = 202+235+232=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBE8 is #351417. Grayscale: #E0E0E0. Windows color (decimal): -3478552 or 15264714. OLE color: 15264714.

HSL color Cylindrical-coordinate representation of color #CAEBE8: hue angle of 174.55º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBE8 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB202235232-
CMYK0.1400.010.08
HSL174.55º45.21%85.69%-
HSV(B)174.55º14.04%92.16%-
XYZ68.6377.887.74-
YUV224.79132.07111.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=30.19%
G=35.13%
B=34.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352320.1400.010.08174.5545.2185.69
HexCAEBE8E018af2d56
Octal31235335016011025755126
Binary1100101011101011111010001110011000101011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBE8; }

 p { color: rgb(202,235,232); }

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

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

 a { background-color: rgb(202,235,232); }

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

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

 span { border-color: rgb(202,235,232); }

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