Html Css Color HEX #CDC6DD Melrose

📋 copy color: '#CDC6DD'

red 205 ◦ green 198 ◦ blue 221

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

Shades of Melrose #CDC6DD

Tints of Melrose #CDC6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 32.85%
G = 31.73%
B = 35.42%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDC6DD (or 0xCDC6DD) is known color: Melrose. HEX triplet: CD, C6 and DD. RGB value is (205,198,221). Sum of RGB (Red+Green+Blue) = 205+198+221=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6DD is #323922. Grayscale: #CACACA. Windows color (decimal): -3291427 or 14534349. OLE color: 14534349.

HSL color Cylindrical-coordinate representation of color #CDC6DD: hue angle of 258.26º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC6DD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 198 221 -
CMYK 0.07 0.10 0 0.13
HSL 258.26º 0.25% 0.82% -
HSV(B) 258.26º 0.1% 0.87% -
XYZ 58.42 58.59 76.64 -
YUV 202.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 205 198 221 0.07 0.10 0 0.13 258.26 0.25 0.82
Hex CD C6 DD 7 A 0 D 102 19 52
Octal 315 306 335 7 12 0 15 402 31 122
Binary 11001101 11000110 11011101 111 1010 0 1101 100000010 11001 1010010

Color Harmonies of #CDC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC6DD

Black with #CDC6DD

Text Example


Text Example

White with #CDC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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