Html Css Color HEX #CAAAE4 Perfume

📋 copy color: '#CAAAE4'

red 202 ◦ green 170 ◦ blue 228

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

Shades of Perfume #CAAAE4

Tints of Perfume #CAAAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38%

R = 33.67%
G = 28.33%
B = 38%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CAAAE4 (or 0xCAAAE4) is known color: Perfume. HEX triplet: CA, AA and E4. RGB value is (202,170,228). Sum of RGB (Red+Green+Blue) = 202+170+228=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAE4 is #35551B. Grayscale: #B9B9B9. Windows color (decimal): -3495196 or 14985930. OLE color: 14985930.

HSL color Cylindrical-coordinate representation of color #CAAAE4: hue angle of 273.1º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAAAE4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 170 228 -
CMYK 0.11 0.25 0 0.11
HSL 273.1º 0.52% 0.78% -
HSV(B) 273.1º 0.25% 0.89% -
XYZ 52.74 46.91 79.67 -
YUV 186.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 202 170 228 0.11 0.25 0 0.11 273.1 0.52 0.78
Hex CA AA E4 B 19 0 B 111 34 4E
Octal 312 252 344 13 31 0 13 421 64 116
Binary 11001010 10101010 11100100 1011 11001 0 1011 100010001 110100 1001110

Color Harmonies of #CAAAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAE4

Black with #CAAAE4

Text Example


Text Example

White with #CAAAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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