Html Css Color HEX #CCC5EA Melrose

📋 copy color: '#CCC5EA'

red 204 ◦ green 197 ◦ blue 234

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

Shades of Melrose #CCC5EA

Tints of Melrose #CCC5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 32.13%
G = 31.02%
B = 36.85%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCC5EA (or 0xCCC5EA) is known color: Melrose. HEX triplet: CC, C5 and EA. RGB value is (204,197,234). Sum of RGB (Red+Green+Blue) = 204+197+234=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5EA is #333A15. Grayscale: #CBCBCB. Windows color (decimal): -3357206 or 15386060. OLE color: 15386060.

HSL color Cylindrical-coordinate representation of color #CCC5EA: hue angle of 251.35º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC5EA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 197 234 -
CMYK 0.13 0.16 0 0.08
HSL 251.35º 0.47% 0.85% -
HSV(B) 251.35º 0.16% 0.92% -
XYZ 59.72 58.71 86.03 -
YUV 203.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 204 197 234 0.13 0.16 0 0.08 251.35 0.47 0.85
Hex CC C5 EA D 10 0 8 FB 2F 55
Octal 314 305 352 15 20 0 10 373 57 125
Binary 11001100 11000101 11101010 1101 10000 0 1000 11111011 101111 1010101

Color Harmonies of #CCC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5EA

Black with #CCC5EA

Text Example


Text Example

White with #CCC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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