#CDCAE0

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

Shades of Melrose #CDCAE0

Tints of Melrose #CDCAE0

Color information

#CDCAE0 (or 0xCDCAE0) is unknown color: approx Melrose. HEX triplet: CD, CA and E0. RGB value is (205,202,224). Sum of RGB (Red+Green+Blue) = 205+202+224=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAE0 is #32351F. Grayscale: #CDCDCD. Windows color (decimal): -3290400 or 14731981. OLE color: 14731981.

HSL color Cylindrical-coordinate representation of color #CDCAE0: hue angle of 248.18º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDCAE0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205202224-
CMYK0.080.1000.12
HSL248.18º26.19%83.53%-
HSV(B)248.18º9.82%87.84%-
XYZ59.7560.679.07-
YUV205.4138.49127.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.49%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=32.49%
G=32.01%
B=35.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052022240.080.1000.12248.1826.1983.53
HexCDCAE08A0Cf81a54
Octal315312340101201437032124
Binary110011011100101011100000100010100110011111000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAE0; }

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

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

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

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

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

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

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

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