#CBDEDF

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

Shades of Mabel #CBDEDF

Tints of Mabel #CBDEDF

Color information

#CBDEDF (or 0xCBDEDF) is unknown color: approx Mabel. HEX triplet: CB, DE and DF. RGB value is (203,222,223). Sum of RGB (Red+Green+Blue) = 203+222+223=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEDF is #342120. Grayscale: #D8D8D8. Windows color (decimal): -3416353 or 14671563. OLE color: 14671563.

HSL color Cylindrical-coordinate representation of color #CBDEDF: hue angle of 183º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDEDF is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203222223-
CMYK0.090.0000.13
HSL183º23.81%83.53%-
HSV(B)183º8.97%87.45%-
XYZ64.0770.2780-
YUV216.43131.71118.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=31.33%
G=34.26%
B=34.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032222230.090.0000.1318323.8183.53
HexCBDEDF900Db71854
Octal31333633711001526730124
Binary110010111101111011011111100100110110110111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEDF; }

 p { color: rgb(203,222,223); }

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

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

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

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

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

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

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