#CAEDE8

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

Shades of Foam #CAEDE8

Tints of Foam #CAEDE8

Color information

#CAEDE8 (or 0xCAEDE8) is unknown color: approx Foam. HEX triplet: CA, ED and E8. RGB value is (202,237,232). Sum of RGB (Red+Green+Blue) = 202+237+232=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDE8 is #351217. Grayscale: #E1E1E1. Windows color (decimal): -3478040 or 15265226. OLE color: 15265226.

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

Color convert

RGB202237232-
CMYK0.1500.020.07
HSL171.43º49.3%86.08%-
HSV(B)171.43º14.77%92.94%-
XYZ69.2178.9587.94-
YUV225.96131.4110.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 237 (92.97% from 255) = 35.32%
BLUE value IS 232 (91.02% from 255) = 34.58%
R=30.10%
G=35.32%
B=34.58%

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
Decimal2022372320.1500.020.07171.4349.386.08
HexCAEDE8F027ab3156
Octal3123553501702725361126
Binary1100101011101101111010001111010111101010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDE8; }

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

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

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

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

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

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

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

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