Html Css Color HEX #CDC9D9 Melrose

📋 copy color: '#CDC9D9'

red 205 ◦ green 201 ◦ blue 217

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

Shades of Melrose #CDC9D9

Tints of Melrose #CDC9D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.83%

R = 32.91%
G = 32.26%
B = 34.83%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CDC9D9 (or 0xCDC9D9) is known color: Melrose. HEX triplet: CD, C9 and D9. RGB value is (205,201,217). Sum of RGB (Red+Green+Blue) = 205+201+217=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDC9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9D9 is #323626. Grayscale: #CBCBCB. Windows color (decimal): -3290663 or 14272973. OLE color: 14272973.

HSL color Cylindrical-coordinate representation of color #CDC9D9: hue angle of 255º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC9D9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 201 217 -
CMYK 0.06 0.07 0 0.15
HSL 255º 0.17% 0.82% -
HSV(B) 255º 0.07% 0.85% -
XYZ 58.59 59.76 74.09 -
YUV 204.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 205 201 217 0.06 0.07 0 0.15 255 0.17 0.82
Hex CD C9 D9 6 7 0 F FF 11 52
Octal 315 311 331 6 7 0 17 377 21 122
Binary 11001101 11001001 11011001 110 111 0 1111 11111111 10001 1010010

Color Harmonies of #CDC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC9D9

Black with #CDC9D9

Text Example


Text Example

White with #CDC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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