#CDC8E5

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

Shades of Melrose #CDC8E5

Tints of Melrose #CDC8E5

Color information

#CDC8E5 (or 0xCDC8E5) is unknown color: approx Melrose. HEX triplet: CD, C8 and E5. RGB value is (205,200,229). Sum of RGB (Red+Green+Blue) = 205+200+229=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8E5 is #32371A. Grayscale: #CCCCCC. Windows color (decimal): -3290907 or 15059149. OLE color: 15059149.

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

Color convert

RGB205200229-
CMYK0.100.1300.10
HSL250.34º35.8%84.12%-
HSV(B)250.34º12.66%89.8%-
XYZ59.9759.9482.54-
YUV204.8141.66128.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 200 (78.52% from 255) = 31.55%
BLUE value IS 229 (89.84% from 255) = 36.12%
R=32.33%
G=31.55%
B=36.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052002290.100.1300.10250.3435.884.12
HexCDC8E5AD0Afa2454
Octal315310345121501237244124
Binary1100110111001000111001011010110101010111110101001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8E5; }

 p { color: rgb(205,200,229); }

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

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

 a { background-color: rgb(205,200,229); }

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

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

 span { border-color: rgb(205,200,229); }

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