Html Css Color HEX #CAAAE1 Perfume

📋 copy color: '#CAAAE1'

red 202 ◦ green 170 ◦ blue 225

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

Shades of Perfume #CAAAE1

Tints of Perfume #CAAAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.69%

R = 33.84%
G = 28.48%
B = 37.69%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAAAE1 (or 0xCAAAE1) is known color: Perfume. HEX triplet: CA, AA and E1. RGB value is (202,170,225). Sum of RGB (Red+Green+Blue) = 202+170+225=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAE1 is #35551E. Grayscale: #B9B9B9. Windows color (decimal): -3495199 or 14789322. OLE color: 14789322.

HSL color Cylindrical-coordinate representation of color #CAAAE1: hue angle of 274.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAAAE1 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 170 225 -
CMYK 0.10 0.24 0 0.12
HSL 274.91º 0.48% 0.77% -
HSV(B) 274.91º 0.24% 0.88% -
XYZ 52.32 46.74 77.5 -
YUV 185.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 202 170 225 0.10 0.24 0 0.12 274.91 0.48 0.77
Hex CA AA E1 A 18 0 C 113 30 4D
Octal 312 252 341 12 30 0 14 423 60 115
Binary 11001010 10101010 11100001 1010 11000 0 1100 100010011 110000 1001101

Color Harmonies of #CAAAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAE1

Black with #CAAAE1

Text Example


Text Example

White with #CAAAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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