#CCC3EA

Color #CCC3EA Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #CCC3EA

Tints of Melrose #CCC3EA

Color information

#CCC3EA (or 0xCCC3EA) is unknown color: approx Melrose. HEX triplet: CC, C3 and EA. RGB value is (204,195,234). Sum of RGB (Red+Green+Blue) = 204+195+234=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3EA is #333C15. Grayscale: #C9C9C9. Windows color (decimal): -3357718 or 15385548. OLE color: 15385548.

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

Color convert

RGB204195234-
CMYK0.130.1700.08
HSL253.85º48.15%84.12%-
HSV(B)253.85º16.67%91.76%-
XYZ59.2757.8185.88-
YUV202.14145.98129.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 195 (76.56% from 255) = 30.81%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=32.23%
G=30.81%
B=36.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041952340.130.1700.08253.8548.1584.12
HexCCC3EAD1108fe3054
Octal314303352152101037660124
Binary11001100110000111110101011011000101000111111101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3EA; }

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

 H1.HeaderClassName
 {
   color: #CCC3EA;
 }
 .AnyTagClassName
 {
   color: #CCC3EA;
 }
</style>
background-color css

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

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

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

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

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

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