Html Css Color HEX #CAA7EE Perfume

📋 copy color: '#CAA7EE'

red 202 ◦ green 167 ◦ blue 238

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

Shades of Perfume #CAA7EE

Tints of Perfume #CAA7EE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.51%

 BLUE value IS 238 (93.36% from 255) = 39.21%

R = 33.28%
G = 27.51%
B = 39.21%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAA7EE (or 0xCAA7EE) is known color: Perfume. HEX triplet: CA, A7 and EE. RGB value is (202,167,238). Sum of RGB (Red+Green+Blue) = 202+167+238=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAA7EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA7EE is #355811. Grayscale: #B9B9B9. Windows color (decimal): -3495954 or 15640522. OLE color: 15640522.

HSL color Cylindrical-coordinate representation of color #CAA7EE: hue angle of 269.58º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA7EE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 167 238 -
CMYK 0.15 0.30 0 0.07
HSL 269.58º 0.68% 0.79% -
HSV(B) 269.58º 0.3% 0.93% -
XYZ 53.61 46.37 87.01 -
YUV 185.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 202 167 238 0.15 0.30 0 0.07 269.58 0.68 0.79
Hex CA A7 EE F 1E 0 7 10E 44 4F
Octal 312 247 356 17 36 0 7 416 104 117
Binary 11001010 10100111 11101110 1111 11110 0 111 100001110 1000100 1001111

Color Harmonies of #CAA7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA7EE

Black with #CAA7EE

Text Example


Text Example

White with #CAA7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA7EE; }

 p { color: rgb(202,167,238); }

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

background-color css

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

 a { background-color: rgb(202,167,238); }

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

border-color css

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

 span { border-color: rgb(202,167,238); }

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