Html Css Color HEX #CCC3DD Melrose

📋 copy color: '#CCC3DD'

red 204 ◦ green 195 ◦ blue 221

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

Shades of Melrose #CCC3DD

Tints of Melrose #CCC3DD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.45%

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

R = 32.9%
G = 31.45%
B = 35.65%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCC3DD (or 0xCCC3DD) is known color: Melrose. HEX triplet: CC, C3 and DD. RGB value is (204,195,221). Sum of RGB (Red+Green+Blue) = 204+195+221=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3DD is #333C22. Grayscale: #C8C8C8. Windows color (decimal): -3357731 or 14533580. OLE color: 14533580.

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

Color convert

RGB 204 195 221 -
CMYK 0.08 0.12 0 0.13
HSL 260.77º 0.28% 0.82% -
HSV(B) 260.77º 0.12% 0.87% -
XYZ 57.47 57.09 76.4 -
YUV 200.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 204 195 221 0.08 0.12 0 0.13 260.77 0.28 0.82
Hex CC C3 DD 8 C 0 D 105 1C 52
Octal 314 303 335 10 14 0 15 405 34 122
Binary 11001100 11000011 11011101 1000 1100 0 1101 100000101 11100 1010010

Color Harmonies of #CCC3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3DD

Black with #CCC3DD

Text Example


Text Example

White with #CCC3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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