Html Css Color HEX #CCC5E8 Melrose

📋 copy color: '#CCC5E8'

red 204 ◦ green 197 ◦ blue 232

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

Shades of Melrose #CCC5E8

Tints of Melrose #CCC5E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.65%

R = 32.23%
G = 31.12%
B = 36.65%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCC5E8 (or 0xCCC5E8) is known color: Melrose. HEX triplet: CC, C5 and E8. RGB value is (204,197,232). Sum of RGB (Red+Green+Blue) = 204+197+232=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCC5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5E8 is #333A17. Grayscale: #CACACA. Windows color (decimal): -3357208 or 15254988. OLE color: 15254988.

HSL color Cylindrical-coordinate representation of color #CCC5E8: hue angle of 252º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC5E8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 197 232 -
CMYK 0.12 0.15 0 0.09
HSL 252º 0.43% 0.84% -
HSV(B) 252º 0.15% 0.91% -
XYZ 59.43 58.6 84.52 -
YUV 203.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 204 197 232 0.12 0.15 0 0.09 252 0.43 0.84
Hex CC C5 E8 C F 0 9 FC 2B 54
Octal 314 305 350 14 17 0 11 374 53 124
Binary 11001100 11000101 11101000 1100 1111 0 1001 11111100 101011 1010100

Color Harmonies of #CCC5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5E8

Black with #CCC5E8

Text Example


Text Example

White with #CCC5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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