Html Css Color HEX #CCC6EB Melrose

📋 copy color: '#CCC6EB'

red 204 ◦ green 198 ◦ blue 235

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

Shades of Melrose #CCC6EB

Tints of Melrose #CCC6EB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.08%

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 32.03%
G = 31.08%
B = 36.89%

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

#CCC6EB (or 0xCCC6EB) is known color: Melrose. HEX triplet: CC, C6 and EB. RGB value is (204,198,235). Sum of RGB (Red+Green+Blue) = 204+198+235=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6EB is #333914. Grayscale: #CBCBCB. Windows color (decimal): -3356949 or 15451852. OLE color: 15451852.

HSL color Cylindrical-coordinate representation of color #CCC6EB: hue angle of 249.73º degrees, saturation: 0.48, 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 #CCC6EB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 198 235 -
CMYK 0.13 0.16 0 0.08
HSL 249.73º 0.48% 0.85% -
HSV(B) 249.73º 0.16% 0.92% -
XYZ 60.09 59.22 86.86 -
YUV 204.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 204 198 235 0.13 0.16 0 0.08 249.73 0.48 0.85
Hex CC C6 EB D 10 0 8 FA 30 55
Octal 314 306 353 15 20 0 10 372 60 125
Binary 11001100 11000110 11101011 1101 10000 0 1000 11111010 110000 1010101

Color Harmonies of #CCC6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC6EB

Black with #CCC6EB

Text Example


Text Example

White with #CCC6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC6EB; }

 p { color: rgb(204,198,235); }

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

background-color css

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

 a { background-color: rgb(204,198,235); }

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

border-color css

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

 span { border-color: rgb(204,198,235); }

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