#CBE0DF

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

Shades of Mabel #CBE0DF

Tints of Mabel #CBE0DF

Color information

#CBE0DF (or 0xCBE0DF) is unknown color: approx Mabel. HEX triplet: CB, E0 and DF. RGB value is (203,224,223). Sum of RGB (Red+Green+Blue) = 203+224+223=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0DF is #341F20. Grayscale: #D9D9D9. Windows color (decimal): -3415841 or 14672075. OLE color: 14672075.

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

Color convert

RGB203224223-
CMYK0.0900.000.12
HSL177.14º25.3%83.73%-
HSV(B)177.14º9.38%87.84%-
XYZ64.671.3480.18-
YUV217.61131.04117.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=31.23%
G=34.46%
B=34.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032242230.0900.000.12177.1425.383.73
HexCBE0DF900Cb11954
Octal31334033711001426131124
Binary110010111110000011011111100100110010110001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0DF; }

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

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

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

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

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

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

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

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