#CAAEE8

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

Shades of Perfume #CAAEE8

Tints of Perfume #CAAEE8

Color information

#CAAEE8 (or 0xCAAEE8) is unknown color: approx Perfume. HEX triplet: CA, AE and E8. RGB value is (202,174,232). Sum of RGB (Red+Green+Blue) = 202+174+232=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEE8 is #355117. Grayscale: #BCBCBC. Windows color (decimal): -3494168 or 15249098. OLE color: 15249098.

HSL color Cylindrical-coordinate representation of color #CAAEE8: hue angle of 268.97º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAAEE8 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202174232-
CMYK0.130.2500.09
HSL268.97º55.77%79.61%-
HSV(B)268.97º25%90.98%-
XYZ54.0648.6582.89-
YUV188.98152.28137.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=33.22%
G=28.62%
B=38.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021742320.130.2500.09268.9755.7779.61
HexCAAEE8D190910d3850
Octal312256350153101141570120
Binary110010101010111011101000110111001010011000011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEE8; }

 p { color: rgb(202,174,232); }

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

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

 a { background-color: rgb(202,174,232); }

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

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

 span { border-color: rgb(202,174,232); }

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