#CAEDE9

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

Shades of Foam #CAEDE9

Tints of Foam #CAEDE9

Color information

#CAEDE9 (or 0xCAEDE9) is unknown color: approx Foam. HEX triplet: CA, ED and E9. RGB value is (202,237,233). Sum of RGB (Red+Green+Blue) = 202+237+233=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDE9 is #351216. Grayscale: #E2E2E2. Windows color (decimal): -3478039 or 15330762. OLE color: 15330762.

HSL color Cylindrical-coordinate representation of color #CAEDE9: hue angle of 173.14º degrees, saturation: 0.49, 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 #CAEDE9 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB202237233-
CMYK0.1500.020.07
HSL173.14º49.3%86.08%-
HSV(B)173.14º14.77%92.94%-
XYZ69.3579.0188.69-
YUV226.08131.9110.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.06%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=30.06%
G=35.27%
B=34.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372330.1500.020.07173.1449.386.08
HexCAEDE9F027ad3156
Octal3123553511702725561126
Binary1100101011101101111010011111010111101011011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDE9; }

 p { color: rgb(202,237,233); }

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

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

 a { background-color: rgb(202,237,233); }

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

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

 span { border-color: rgb(202,237,233); }

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