Html Css Color HEX #CAAEE1 Perfume

📋 copy color: '#CAAEE1'

red 202 ◦ green 174 ◦ blue 225

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

Shades of Perfume #CAAEE1

Tints of Perfume #CAAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.95%

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

R = 33.61%
G = 28.95%
B = 37.44%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CAAEE1 (or 0xCAAEE1) is known color: Perfume. HEX triplet: CA, AE and E1. RGB value is (202,174,225). Sum of RGB (Red+Green+Blue) = 202+174+225=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEE1 is #35511E. Grayscale: #BCBCBC. Windows color (decimal): -3494175 or 14790346. OLE color: 14790346.

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

Color convert

RGB 202 174 225 -
CMYK 0.10 0.23 0 0.12
HSL 272.94º 0.46% 0.78% -
HSV(B) 272.94º 0.23% 0.88% -
XYZ 53.08 48.26 77.75 -
YUV 188.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 202 174 225 0.10 0.23 0 0.12 272.94 0.46 0.78
Hex CA AE E1 A 17 0 C 111 2E 4E
Octal 312 256 341 12 27 0 14 421 56 116
Binary 11001010 10101110 11100001 1010 10111 0 1100 100010001 101110 1001110

Color Harmonies of #CAAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEE1

Black with #CAAEE1

Text Example


Text Example

White with #CAAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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