Html Css Color HEX #CAACE1 Perfume

📋 copy color: '#CAACE1'

red 202 ◦ green 172 ◦ blue 225

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

Shades of Perfume #CAACE1

Tints of Perfume #CAACE1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.71%

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

R = 33.72%
G = 28.71%
B = 37.56%

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

#CAACE1 (or 0xCAACE1) is known color: Perfume. HEX triplet: CA, AC and E1. RGB value is (202,172,225). Sum of RGB (Red+Green+Blue) = 202+172+225=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACE1 is #35531E. Grayscale: #BABABA. Windows color (decimal): -3494687 or 14789834. OLE color: 14789834.

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

Color convert

RGB 202 172 225 -
CMYK 0.10 0.24 0 0.12
HSL 273.96º 0.47% 0.78% -
HSV(B) 273.96º 0.24% 0.88% -
XYZ 52.7 47.5 77.62 -
YUV 187.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 202 172 225 0.10 0.24 0 0.12 273.96 0.47 0.78
Hex CA AC E1 A 18 0 C 112 2F 4E
Octal 312 254 341 12 30 0 14 422 57 116
Binary 11001010 10101100 11100001 1010 11000 0 1100 100010010 101111 1001110

Color Harmonies of #CAACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACE1

Black with #CAACE1

Text Example


Text Example

White with #CAACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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