#CAEBE7

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

Shades of Foam #CAEBE7

Tints of Foam #CAEBE7

Color information

#CAEBE7 (or 0xCAEBE7) is unknown color: approx Foam. HEX triplet: CA, EB and E7. RGB value is (202,235,231). Sum of RGB (Red+Green+Blue) = 202+235+231=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBE7 is #351418. Grayscale: #E0E0E0. Windows color (decimal): -3478553 or 15199178. OLE color: 15199178.

HSL color Cylindrical-coordinate representation of color #CAEBE7: hue angle of 172.73º 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 #CAEBE7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB202235231-
CMYK0.1400.020.08
HSL172.73º45.21%85.69%-
HSV(B)172.73º14.04%92.16%-
XYZ68.4977.7487-
YUV224.68131.57111.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 231 (90.62% from 255) = 34.58%
R=30.24%
G=35.18%
B=34.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352310.1400.020.08172.7345.2185.69
HexCAEBE7E028ad2d56
Octal31235334716021025555126
Binary11001010111010111110011111100101000101011011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBE7; }

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

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

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

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

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

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

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

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