Html Css Color HEX #CCC7EA Melrose

📋 copy color: '#CCC7EA'

red 204 ◦ green 199 ◦ blue 234

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

Shades of Melrose #CCC7EA

Tints of Melrose #CCC7EA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.24%

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

R = 32.03%
G = 31.24%
B = 36.73%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCC7EA (or 0xCCC7EA) is known color: Melrose. HEX triplet: CC, C7 and EA. RGB value is (204,199,234). Sum of RGB (Red+Green+Blue) = 204+199+234=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7EA is #333815. Grayscale: #CCCCCC. Windows color (decimal): -3356694 or 15386572. OLE color: 15386572.

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

Color convert

RGB 204 199 234 -
CMYK 0.13 0.15 0 0.08
HSL 248.57º 0.45% 0.85% -
HSV(B) 248.57º 0.15% 0.92% -
XYZ 60.18 59.62 86.18 -
YUV 204.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 204 199 234 0.13 0.15 0 0.08 248.57 0.45 0.85
Hex CC C7 EA D F 0 8 F9 2D 55
Octal 314 307 352 15 17 0 10 371 55 125
Binary 11001100 11000111 11101010 1101 1111 0 1000 11111001 101101 1010101

Color Harmonies of #CCC7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC7EA

Black with #CCC7EA

Text Example


Text Example

White with #CCC7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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