Html Css Color HEX #CCC6DA Melrose

📋 copy color: '#CCC6DA'

red 204 ◦ green 198 ◦ blue 218

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

Shades of Melrose #CCC6DA

Tints of Melrose #CCC6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 32.9%
G = 31.94%
B = 35.16%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCC6DA (or 0xCCC6DA) is known color: Melrose. HEX triplet: CC, C6 and DA. RGB value is (204,198,218). Sum of RGB (Red+Green+Blue) = 204+198+218=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6DA is #333925. Grayscale: #C9C9C9. Windows color (decimal): -3356966 or 14337740. OLE color: 14337740.

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

Color convert

RGB 204 198 218 -
CMYK 0.06 0.09 0 0.15
HSL 258º 0.21% 0.82% -
HSV(B) 258º 0.09% 0.85% -
XYZ 57.75 58.29 74.54 -
YUV 202.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 204 198 218 0.06 0.09 0 0.15 258 0.21 0.82
Hex CC C6 DA 6 9 0 F 102 15 52
Octal 314 306 332 6 11 0 17 402 25 122
Binary 11001100 11000110 11011010 110 1001 0 1111 100000010 10101 1010010

Color Harmonies of #CCC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6DA

Black with #CCC6DA

Text Example


Text Example

White with #CCC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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