#CAAFF8

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

Shades of Melrose #CAAFF8

Tints of Melrose #CAAFF8

Color information

#CAAFF8 (or 0xCAAFF8) is unknown color: approx Melrose. HEX triplet: CA, AF and F8. RGB value is (202,175,248). Sum of RGB (Red+Green+Blue) = 202+175+248=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAAFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF8 is #355007. Grayscale: #BFBFBF. Windows color (decimal): -3493896 or 16297930. OLE color: 16297930.

HSL color Cylindrical-coordinate representation of color #CAAFF8: hue angle of 262.19º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAFF8 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202175248-
CMYK0.190.2900.03
HSL262.19º83.91%82.94%-
HSV(B)262.19º29.44%97.25%-
XYZ56.6349.9995.47-
YUV191.4159.95135.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=32.32%
G=28%
B=39.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021752480.190.2900.03262.1983.9182.94
HexCAAFF8131D031065453
Octal312257370233503406124123
Binary110010101010111111111000100111110101110000011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFF8; }

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

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

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

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

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

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

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

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