Html Css Color HEX #CAACE5 Perfume

📋 copy color: '#CAACE5'

red 202 ◦ green 172 ◦ blue 229

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

Shades of Perfume #CAACE5

Tints of Perfume #CAACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.98%

R = 33.5%
G = 28.52%
B = 37.98%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAACE5 (or 0xCAACE5) is known color: Perfume. HEX triplet: CA, AC and E5. RGB value is (202,172,229). Sum of RGB (Red+Green+Blue) = 202+172+229=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACE5 is #35531A. Grayscale: #BBBBBB. Windows color (decimal): -3494683 or 15051978. OLE color: 15051978.

HSL color Cylindrical-coordinate representation of color #CAACE5: hue angle of 271.58º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAACE5 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 172 229 -
CMYK 0.12 0.25 0 0.10
HSL 271.58º 0.52% 0.79% -
HSV(B) 271.58º 0.25% 0.9% -
XYZ 53.25 47.72 80.53 -
YUV 187.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 202 172 229 0.12 0.25 0 0.10 271.58 0.52 0.79
Hex CA AC E5 C 19 0 A 110 34 4F
Octal 312 254 345 14 31 0 12 420 64 117
Binary 11001010 10101100 11100101 1100 11001 0 1010 100010000 110100 1001111

Color Harmonies of #CAACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACE5

Black with #CAACE5

Text Example


Text Example

White with #CAACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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