#CDCAE3

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

Shades of Melrose #CDCAE3

Tints of Melrose #CDCAE3

Color information

#CDCAE3 (or 0xCDCAE3) is unknown color: approx Melrose. HEX triplet: CD, CA and E3. RGB value is (205,202,227). Sum of RGB (Red+Green+Blue) = 205+202+227=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #CDCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAE3 is #32351C. Grayscale: #CDCDCD. Windows color (decimal): -3290397 or 14928589. OLE color: 14928589.

HSL color Cylindrical-coordinate representation of color #CDCAE3: hue angle of 247.2º degrees, saturation: 0.31, 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 #CDCAE3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205202227-
CMYK0.100.1100.11
HSL247.2º30.86%84.12%-
HSV(B)247.2º11.01%89.02%-
XYZ60.1660.7781.23-
YUV205.75139.99127.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 227 (89.06% from 255) = 35.80%
R=32.33%
G=31.86%
B=35.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052022270.100.1100.11247.230.8684.12
HexCDCAE3AB0Bf71f54
Octal315312343121301336737124
Binary110011011100101011100011101010110101111110111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAE3; }

 p { color: rgb(205,202,227); }

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

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

 a { background-color: rgb(205,202,227); }

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

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

 span { border-color: rgb(205,202,227); }

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