Html Css Color HEX #CDC9DC Melrose

📋 copy color: '#CDC9DC'

red 205 ◦ green 201 ◦ blue 220

#CDC9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #CDC9DC

Tints of Melrose #CDC9DC

RGB

 RED value IS 205 (80.47% from 255) = 32.75%

 GREEN value IS 201 (78.91% from 255) = 32.11%

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 32.75%
G = 32.11%
B = 35.14%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDC9DC (or 0xCDC9DC) is known color: Melrose. HEX triplet: CD, C9 and DC. RGB value is (205,201,220). Sum of RGB (Red+Green+Blue) = 205+201+220=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9DC is #323623. Grayscale: #CCCCCC. Windows color (decimal): -3290660 or 14469581. OLE color: 14469581.

HSL color Cylindrical-coordinate representation of color #CDC9DC: hue angle of 252.63º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC9DC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 201 220 -
CMYK 0.07 0.09 0 0.14
HSL 252.63º 0.21% 0.83% -
HSV(B) 252.63º 0.09% 0.86% -
XYZ 58.98 59.92 76.17 -
YUV 204.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 205 201 220 0.07 0.09 0 0.14 252.63 0.21 0.83
Hex CD C9 DC 7 9 0 E FD 15 53
Octal 315 311 334 7 11 0 16 375 25 123
Binary 11001101 11001001 11011100 111 1001 0 1110 11111101 10101 1010011

Color Harmonies of #CDC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC9DC

Black with #CDC9DC

Text Example


Text Example

White with #CDC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC9DC; }

 p { color: rgb(205,201,220); }

 H1.HeaderClassName
 {
   color: #CDC9DC;
 }
 .AnyTagClassName
 {
   color: #CDC9DC;
 }
</style>

background-color css

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

 a { background-color: rgb(205,201,220); }

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

border-color css

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

 span { border-color: rgb(205,201,220); }

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