#C4AFEE

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

Shades of Melrose #C4AFEE

Tints of Melrose #C4AFEE

Color information

#C4AFEE (or 0xC4AFEE) is unknown color: approx Melrose. HEX triplet: C4, AF and EE. RGB value is (196,175,238). Sum of RGB (Red+Green+Blue) = 196+175+238=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFEE is #3B5011. Grayscale: #BCBCBC. Windows color (decimal): -3887122 or 15642564. OLE color: 15642564.

HSL color Cylindrical-coordinate representation of color #C4AFEE: hue angle of 260º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4AFEE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196175238-
CMYK0.180.2600.07
HSL260º64.95%80.98%-
HSV(B)260º26.47%93.33%-
XYZ53.5348.5787.44-
YUV188.46155.96133.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.18%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=32.18%
G=28.74%
B=39.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961752380.180.2600.0726064.9580.98
HexC4AFEE121A071044151
Octal304257356223207404101121
Binary1100010010101111111011101001011010011110000010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFEE; }

 p { color: rgb(196,175,238); }

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

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

 a { background-color: rgb(196,175,238); }

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

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

 span { border-color: rgb(196,175,238); }

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