#CBE1E2

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

Shades of Mabel #CBE1E2

Tints of Mabel #CBE1E2

Color information

#CBE1E2 (or 0xCBE1E2) is unknown color: approx Mabel. HEX triplet: CB, E1 and E2. RGB value is (203,225,226). Sum of RGB (Red+Green+Blue) = 203+225+226=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBE1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1E2 is #341E1D. Grayscale: #DADADA. Windows color (decimal): -3415582 or 14868939. OLE color: 14868939.

HSL color Cylindrical-coordinate representation of color #CBE1E2: hue angle of 182.61º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBE1E2 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203225226-
CMYK0.100.0000.11
HSL182.61º28.4%84.12%-
HSV(B)182.61º10.18%88.63%-
XYZ65.2872.0482.42-
YUV218.54132.21116.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=31.04%
G=34.40%
B=34.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032252260.100.0000.11182.6128.484.12
HexCBE1E2A00Bb71c54
Octal31334134212001326734124
Binary110010111110000111100010101000101110110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1E2; }

 p { color: rgb(203,225,226); }

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

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

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

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

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

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

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