#CBC3DE

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

Shades of Melrose #CBC3DE

Tints of Melrose #CBC3DE

Color information

#CBC3DE (or 0xCBC3DE) is unknown color: approx Melrose. HEX triplet: CB, C3 and DE. RGB value is (203,195,222). Sum of RGB (Red+Green+Blue) = 203+195+222=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3DE is #343C21. Grayscale: #C8C8C8. Windows color (decimal): -3423266 or 14599115. OLE color: 14599115.

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

Color convert

RGB203195222-
CMYK0.090.1200.13
HSL257.78º29.03%81.76%-
HSV(B)257.78º12.16%87.06%-
XYZ57.335777.09-
YUV200.47140.15129.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=32.74%
G=31.45%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031952220.090.1200.13257.7829.0381.76
HexCBC3DE9C0D1021d52
Octal313303336111401540235122
Binary1100101111000011110111101001110001101100000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3DE; }

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

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

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

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

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

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

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

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