Html Css Color HEX #CAAEE2 Perfume

📋 copy color: '#CAAEE2'

red 202 ◦ green 174 ◦ blue 226

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

Shades of Perfume #CAAEE2

Tints of Perfume #CAAEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 33.55%
G = 28.9%
B = 37.54%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CAAEE2 (or 0xCAAEE2) is known color: Perfume. HEX triplet: CA, AE and E2. RGB value is (202,174,226). Sum of RGB (Red+Green+Blue) = 202+174+226=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #CAAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEE2 is #35511D. Grayscale: #BCBCBC. Windows color (decimal): -3494174 or 14855882. OLE color: 14855882.

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

Color convert

RGB 202 174 226 -
CMYK 0.11 0.23 0 0.11
HSL 272.31º 0.47% 0.78% -
HSV(B) 272.31º 0.23% 0.89% -
XYZ 53.22 48.32 78.47 -
YUV 188.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 202 174 226 0.11 0.23 0 0.11 272.31 0.47 0.78
Hex CA AE E2 B 17 0 B 110 2F 4E
Octal 312 256 342 13 27 0 13 420 57 116
Binary 11001010 10101110 11100010 1011 10111 0 1011 100010000 101111 1001110

Color Harmonies of #CAAEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEE2

Black with #CAAEE2

Text Example


Text Example

White with #CAAEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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