Html Css Color HEX #CCC6DD Melrose

📋 copy color: '#CCC6DD'

red 204 ◦ green 198 ◦ blue 221

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

Shades of Melrose #CCC6DD

Tints of Melrose #CCC6DD

RGB

 RED value IS 204 (80.08% from 255) = 32.74%

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

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

R = 32.74%
G = 31.78%
B = 35.47%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC6DD (or 0xCCC6DD) is known color: Melrose. HEX triplet: CC, C6 and DD. RGB value is (204,198,221). Sum of RGB (Red+Green+Blue) = 204+198+221=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6DD is #333922. Grayscale: #CACACA. Windows color (decimal): -3356963 or 14534348. OLE color: 14534348.

HSL color Cylindrical-coordinate representation of color #CCC6DD: hue angle of 255.65º 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 #CCC6DD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 198 221 -
CMYK 0.08 0.10 0 0.13
HSL 255.65º 0.25% 0.82% -
HSV(B) 255.65º 0.1% 0.87% -
XYZ 58.15 58.45 76.62 -
YUV 202.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 204 198 221 0.08 0.10 0 0.13 255.65 0.25 0.82
Hex CC C6 DD 8 A 0 D 100 19 52
Octal 314 306 335 10 12 0 15 400 31 122
Binary 11001100 11000110 11011101 1000 1010 0 1101 100000000 11001 1010010

Color Harmonies of #CCC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6DD

Black with #CCC6DD

Text Example


Text Example

White with #CCC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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