#CBC3D7

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

Shades of Melrose #CBC3D7

Tints of Melrose #CBC3D7

Color information

#CBC3D7 (or 0xCBC3D7) is unknown color: approx Melrose. HEX triplet: CB, C3 and D7. RGB value is (203,195,215). Sum of RGB (Red+Green+Blue) = 203+195+215=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBC3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3D7 is #343C28. Grayscale: #C7C7C7. Windows color (decimal): -3423273 or 14140363. OLE color: 14140363.

HSL color Cylindrical-coordinate representation of color #CBC3D7: hue angle of 264º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC3D7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203195215-
CMYK0.060.0900.16
HSL264º20%80.39%-
HSV(B)264º9.3%84.31%-
XYZ56.4156.6372.25-
YUV199.67136.65130.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 215 (84.38% from 255) = 35.07%
R=33.12%
G=31.81%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031952150.060.0900.162642080.39
HexCBC3D7690101081450
Octal31330332761102041024120
Binary1100101111000011110101111101001010000100001000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3D7; }

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

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

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

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

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

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

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

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