#CECBE3

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

Shades of Melrose #CECBE3

Tints of Melrose #CECBE3

Color information

#CECBE3 (or 0xCECBE3) is unknown color: approx Melrose. HEX triplet: CE, CB and E3. RGB value is (206,203,227). Sum of RGB (Red+Green+Blue) = 206+203+227=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #CECBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBE3 is #31341C. Grayscale: #CECECE. Windows color (decimal): -3224605 or 14928846. OLE color: 14928846.

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

Color convert

RGB206203227-
CMYK0.090.1100.11
HSL247.5º30%84.31%-
HSV(B)247.5º10.57%89.02%-
XYZ60.6761.3881.32-
YUV206.63139.49127.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=32.39%
G=31.92%
B=35.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062032270.090.1100.11247.53084.31
HexCECBE39B0Bf81e54
Octal316313343111301337036124
Binary110011101100101111100011100110110101111111000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBE3; }

 p { color: rgb(206,203,227); }

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

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

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

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

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

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

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