Html Css Color HEX #CAAAE9 Perfume

📋 copy color: '#CAAAE9'

red 202 ◦ green 170 ◦ blue 233

#CAAAE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #CAAAE9

Tints of Perfume #CAAAE9

RGB

 RED value IS 202 (79.3% from 255) = 33.39%

 GREEN value IS 170 (66.8% from 255) = 28.1%

 BLUE value IS 233 (91.41% from 255) = 38.51%

R = 33.39%
G = 28.1%
B = 38.51%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CAAAE9 (or 0xCAAAE9) is known color: Perfume. HEX triplet: CA, AA and E9. RGB value is (202,170,233). Sum of RGB (Red+Green+Blue) = 202+170+233=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAE9 is #355516. Grayscale: #BABABA. Windows color (decimal): -3495191 or 15313610. OLE color: 15313610.

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

Color convert

RGB 202 170 233 -
CMYK 0.13 0.27 0 0.09
HSL 270.48º 0.59% 0.79% -
HSV(B) 270.48º 0.27% 0.91% -
XYZ 53.44 47.19 83.38 -
YUV 186.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 202 170 233 0.13 0.27 0 0.09 270.48 0.59 0.79
Hex CA AA E9 D 1B 0 9 10E 3B 4F
Octal 312 252 351 15 33 0 11 416 73 117
Binary 11001010 10101010 11101001 1101 11011 0 1001 100001110 111011 1001111

Color Harmonies of #CAAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAE9

Black with #CAAAE9

Text Example


Text Example

White with #CAAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAE9; }

 p { color: rgb(202,170,233); }

 H1.HeaderClassName
 {
   color: #CAAAE9;
 }
 .AnyTagClassName
 {
   color: #CAAAE9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,170,233); }

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

border-color css

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

 span { border-color: rgb(202,170,233); }

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