Html Css Color HEX #CCC5DD Melrose

📋 copy color: '#CCC5DD'

red 204 ◦ green 197 ◦ blue 221

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

Shades of Melrose #CCC5DD

Tints of Melrose #CCC5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.67%

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

R = 32.8%
G = 31.67%
B = 35.53%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC5DD (or 0xCCC5DD) is known color: Melrose. HEX triplet: CC, C5 and DD. RGB value is (204,197,221). Sum of RGB (Red+Green+Blue) = 204+197+221=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5DD is #333A22. Grayscale: #C9C9C9. Windows color (decimal): -3357219 or 14534092. OLE color: 14534092.

HSL color Cylindrical-coordinate representation of color #CCC5DD: hue angle of 257.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC5DD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 197 221 -
CMYK 0.08 0.11 0 0.13
HSL 257.5º 0.26% 0.82% -
HSV(B) 257.5º 0.11% 0.87% -
XYZ 57.92 57.99 76.55 -
YUV 201.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 204 197 221 0.08 0.11 0 0.13 257.5 0.26 0.82
Hex CC C5 DD 8 B 0 D 102 1A 52
Octal 314 305 335 10 13 0 15 402 32 122
Binary 11001100 11000101 11011101 1000 1011 0 1101 100000010 11010 1010010

Color Harmonies of #CCC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5DD

Black with #CCC5DD

Text Example


Text Example

White with #CCC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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