#CAEDEB

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

Shades of Foam #CAEDEB

Tints of Foam #CAEDEB

Color information

#CAEDEB (or 0xCAEDEB) is unknown color: approx Foam. HEX triplet: CA, ED and EB. RGB value is (202,237,235). Sum of RGB (Red+Green+Blue) = 202+237+235=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDEB is #351214. Grayscale: #E2E2E2. Windows color (decimal): -3478037 or 15461834. OLE color: 15461834.

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

Color convert

RGB202237235-
CMYK0.1500.010.07
HSL176.57º49.3%86.08%-
HSV(B)176.57º14.77%92.94%-
XYZ69.6479.1290.2-
YUV226.31132.9110.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=29.97%
G=35.16%
B=34.87%

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
Decimal2022372350.1500.010.07176.5749.386.08
HexCAEDEBF017b13156
Octal3123553531701726161126
Binary110010101110110111101011111101111101100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDEB; }

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

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

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

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

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

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

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

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