Html Css Color HEX #CDC9D6 Melrose

📋 copy color: '#CDC9D6'

red 205 ◦ green 201 ◦ blue 214

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

Shades of Melrose #CDC9D6

Tints of Melrose #CDC9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.52%

R = 33.06%
G = 32.42%
B = 34.52%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CDC9D6 (or 0xCDC9D6) is known color: Melrose. HEX triplet: CD, C9 and D6. RGB value is (205,201,214). Sum of RGB (Red+Green+Blue) = 205+201+214=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9D6 is #323629. Grayscale: #CBCBCB. Windows color (decimal): -3290666 or 14076365. OLE color: 14076365.

HSL color Cylindrical-coordinate representation of color #CDC9D6: hue angle of 258.46º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC9D6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 201 214 -
CMYK 0.04 0.06 0 0.16
HSL 258.46º 0.14% 0.81% -
HSV(B) 258.46º 0.06% 0.84% -
XYZ 58.2 59.61 72.06 -
YUV 203.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 205 201 214 0.04 0.06 0 0.16 258.46 0.14 0.81
Hex CD C9 D6 4 6 0 10 102 E 51
Octal 315 311 326 4 6 0 20 402 16 121
Binary 11001101 11001001 11010110 100 110 0 10000 100000010 1110 1010001

Color Harmonies of #CDC9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC9D6

Black with #CDC9D6

Text Example


Text Example

White with #CDC9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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