#CDC6E4

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

Shades of Melrose #CDC6E4

Tints of Melrose #CDC6E4

Color information

#CDC6E4 (or 0xCDC6E4) is unknown color: approx Melrose. HEX triplet: CD, C6 and E4. RGB value is (205,198,228). Sum of RGB (Red+Green+Blue) = 205+198+228=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDC6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6E4 is #32391B. Grayscale: #CBCBCB. Windows color (decimal): -3291420 or 14993101. OLE color: 14993101.

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

Color convert

RGB205198228-
CMYK0.100.1300.11
HSL254º35.71%83.53%-
HSV(B)254º13.16%89.41%-
XYZ59.3758.9781.65-
YUV203.51141.82129.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 228 (89.45% from 255) = 36.13%
R=32.49%
G=31.38%
B=36.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2051982280.100.1300.1125435.7183.53
HexCDC6E4AD0Bfe2454
Octal315306344121501337644124
Binary1100110111000110111001001010110101011111111101001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6E4; }

 p { color: rgb(205,198,228); }

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

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

 a { background-color: rgb(205,198,228); }

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

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

 span { border-color: rgb(205,198,228); }

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