Html Css Color HEX #CCC0E5 Melrose

📋 copy color: '#CCC0E5'

red 204 ◦ green 192 ◦ blue 229

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

Shades of Melrose #CCC0E5

Tints of Melrose #CCC0E5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.72%

 BLUE value IS 229 (89.84% from 255) = 36.64%

R = 32.64%
G = 30.72%
B = 36.64%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCC0E5 (or 0xCCC0E5) is known color: Melrose. HEX triplet: CC, C0 and E5. RGB value is (204,192,229). Sum of RGB (Red+Green+Blue) = 204+192+229=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCC0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0E5 is #333F1A. Grayscale: #C7C7C7. Windows color (decimal): -3358491 or 15057100. OLE color: 15057100.

HSL color Cylindrical-coordinate representation of color #CCC0E5: hue angle of 259.46º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC0E5 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 192 229 -
CMYK 0.11 0.16 0 0.10
HSL 259.46º 0.42% 0.83% -
HSV(B) 259.46º 0.16% 0.9% -
XYZ 57.89 56.19 81.92 -
YUV 199.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 204 192 229 0.11 0.16 0 0.10 259.46 0.42 0.83
Hex CC C0 E5 B 10 0 A 103 2A 53
Octal 314 300 345 13 20 0 12 403 52 123
Binary 11001100 11000000 11100101 1011 10000 0 1010 100000011 101010 1010011

Color Harmonies of #CCC0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0E5

Black with #CCC0E5

Text Example


Text Example

White with #CCC0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0E5; }

 p { color: rgb(204,192,229); }

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

background-color css

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

 a { background-color: rgb(204,192,229); }

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

border-color css

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

 span { border-color: rgb(204,192,229); }

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