#CAAFF6

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

Shades of Melrose #CAAFF6

Tints of Melrose #CAAFF6

Color information

#CAAFF6 (or 0xCAAFF6) is unknown color: approx Melrose. HEX triplet: CA, AF and F6. RGB value is (202,175,246). Sum of RGB (Red+Green+Blue) = 202+175+246=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF6 is #355009. Grayscale: #BEBEBE. Windows color (decimal): -3493898 or 16166858. OLE color: 16166858.

HSL color Cylindrical-coordinate representation of color #CAAFF6: hue angle of 262.82º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAFF6 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202175246-
CMYK0.180.2900.04
HSL262.82º79.78%82.55%-
HSV(B)262.82º28.86%96.47%-
XYZ56.3249.8793.85-
YUV191.17158.95135.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 175 (68.75% from 255) = 28.09%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=32.42%
G=28.09%
B=39.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021752460.180.2900.04262.8279.7882.55
HexCAAFF6121D041075053
Octal312257366223504407120123
Binary1100101010101111111101101001011101010010000011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFF6; }

 p { color: rgb(202,175,246); }

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

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

 a { background-color: rgb(202,175,246); }

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

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

 span { border-color: rgb(202,175,246); }

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