Html Css Color HEX #CDC6DC Melrose

📋 copy color: '#CDC6DC'

red 205 ◦ green 198 ◦ blue 220

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

Shades of Melrose #CDC6DC

Tints of Melrose #CDC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.78%

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

R = 32.91%
G = 31.78%
B = 35.31%

CMYK

 C value IS 0.07

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDC6DC (or 0xCDC6DC) is known color: Melrose. HEX triplet: CD, C6 and DC. RGB value is (205,198,220). Sum of RGB (Red+Green+Blue) = 205+198+220=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6DC is #323923. Grayscale: #CACACA. Windows color (decimal): -3291428 or 14468813. OLE color: 14468813.

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

Color convert

RGB 205 198 220 -
CMYK 0.07 0.1 0 0.14
HSL 259.09º 0.24% 0.82% -
HSV(B) 259.09º 0.1% 0.86% -
XYZ 58.29 58.53 75.94 -
YUV 202.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 205 198 220 0.07 0.1 0 0.14 259.09 0.24 0.82
Hex CD C6 DC 7 A 0 E 103 18 52
Octal 315 306 334 7 12 0 16 403 30 122
Binary 11001101 11000110 11011100 111 1010 0 1110 100000011 11000 1010010

Color Harmonies of #CDC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC6DC

Black with #CDC6DC

Text Example


Text Example

White with #CDC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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