#C8AFEE

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

Shades of Perfume #C8AFEE

Tints of Perfume #C8AFEE

Color information

#C8AFEE (or 0xC8AFEE) is unknown color: approx Perfume. HEX triplet: C8, AF and EE. RGB value is (200,175,238). Sum of RGB (Red+Green+Blue) = 200+175+238=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFEE is #375011. Grayscale: #BDBDBD. Windows color (decimal): -3624978 or 15642568. OLE color: 15642568.

HSL color Cylindrical-coordinate representation of color #C8AFEE: hue angle of 263.81º 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 #C8AFEE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200175238-
CMYK0.160.2600.07
HSL263.81º64.95%80.98%-
HSV(B)263.81º26.47%93.33%-
XYZ54.5849.1187.49-
YUV189.66155.28135.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.63%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=32.63%
G=28.55%
B=38.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001752380.160.2600.07263.8164.9580.98
HexC8AFEE101A071084151
Octal310257356203207410101121
Binary1100100010101111111011101000011010011110000100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFEE; }

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

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

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

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

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

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

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

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