#CBEAED

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

Shades of Mabel #CBEAED

Tints of Mabel #CBEAED

Color information

#CBEAED (or 0xCBEAED) is unknown color: approx Mabel. HEX triplet: CB, EA and ED. RGB value is (203,234,237). Sum of RGB (Red+Green+Blue) = 203+234+237=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAED is #341512. Grayscale: #E1E1E1. Windows color (decimal): -3413267 or 15592139. OLE color: 15592139.

HSL color Cylindrical-coordinate representation of color #CBEAED: hue angle of 185.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEAED is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203234237-
CMYK0.140.0100.07
HSL185.29º48.57%86.27%-
HSV(B)185.29º14.35%92.94%-
XYZ69.3477.6691.46-
YUV225.07134.73112.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.12%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=30.12%
G=34.72%
B=35.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032342370.140.0100.07185.2948.5786.27
HexCBEAEDE107b93156
Octal3133523551610727161126
Binary110010111110101011101101111010111101110011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAED; }

 p { color: rgb(203,234,237); }

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

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

 a { background-color: rgb(203,234,237); }

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

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

 span { border-color: rgb(203,234,237); }

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