#CBEDED

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

Shades of Mabel #CBEDED

Tints of Mabel #CBEDED

Color information

#CBEDED (or 0xCBEDED) is unknown color: approx Mabel. HEX triplet: CB, ED and ED. RGB value is (203,237,237). Sum of RGB (Red+Green+Blue) = 203+237+237=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #CBEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEDED is #341212. Grayscale: #E2E2E2. Windows color (decimal): -3412499 or 15592907. OLE color: 15592907.

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

Color convert

RGB203237237-
CMYK0.14000.07
HSL180º48.57%86.27%-
HSV(B)180º14.35%92.94%-
XYZ70.279.3891.74-
YUV226.83133.74111-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.99%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=29.99%
G=35.01%
B=35.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372370.14000.0718048.5786.27
HexCBEDEDE007b43156
Octal3133553551600726461126
Binary110010111110110111101101111000111101101001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDED; }

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

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

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

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

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

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

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

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