#CAEBEB

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

Shades of Mabel #CAEBEB

Tints of Mabel #CAEBEB

Color information

#CAEBEB (or 0xCAEBEB) is unknown color: approx Mabel. HEX triplet: CA, EB and EB. RGB value is (202,235,235). Sum of RGB (Red+Green+Blue) = 202+235+235=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #CAEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEBEB is #351414. Grayscale: #E1E1E1. Windows color (decimal): -3478549 or 15461322. OLE color: 15461322.

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

Color convert

RGB202235235-
CMYK0.14000.08
HSL180º45.21%85.69%-
HSV(B)180º14.04%92.16%-
XYZ69.0677.9790.01-
YUV225.13133.57111.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.06%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=30.06%
G=34.97%
B=34.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352350.14000.0818045.2185.69
HexCAEBEBE008b42d56
Octal31235335316001026455126
Binary1100101011101011111010111110001000101101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBEB; }

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

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

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

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

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

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

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

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