Html Css Color HEX #CCC4E5 Melrose

📋 copy color: '#CCC4E5'

red 204 ◦ green 196 ◦ blue 229

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

Shades of Melrose #CCC4E5

Tints of Melrose #CCC4E5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.16%

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

R = 32.43%
G = 31.16%
B = 36.41%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCC4E5 (or 0xCCC4E5) is known color: Melrose. HEX triplet: CC, C4 and E5. RGB value is (204,196,229). Sum of RGB (Red+Green+Blue) = 204+196+229=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4E5 is #333B1A. Grayscale: #CACACA. Windows color (decimal): -3357467 or 15058124. OLE color: 15058124.

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

Color convert

RGB 204 196 229 -
CMYK 0.11 0.14 0 0.10
HSL 254.55º 0.39% 0.83% -
HSV(B) 254.55º 0.14% 0.9% -
XYZ 58.78 57.97 82.22 -
YUV 202.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 204 196 229 0.11 0.14 0 0.10 254.55 0.39 0.83
Hex CC C4 E5 B E 0 A FF 27 53
Octal 314 304 345 13 16 0 12 377 47 123
Binary 11001100 11000100 11100101 1011 1110 0 1010 11111111 100111 1010011

Color Harmonies of #CCC4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4E5

Black with #CCC4E5

Text Example


Text Example

White with #CCC4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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