Html Css Color HEX #CAABDE Perfume

📋 copy color: '#CAABDE'

red 202 ◦ green 171 ◦ blue 222

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

Shades of Perfume #CAABDE

Tints of Perfume #CAABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.74%

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 33.95%
G = 28.74%
B = 37.31%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAABDE (or 0xCAABDE) is known color: Perfume. HEX triplet: CA, AB and DE. RGB value is (202,171,222). Sum of RGB (Red+Green+Blue) = 202+171+222=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABDE is #355421. Grayscale: #B9B9B9. Windows color (decimal): -3494946 or 14592970. OLE color: 14592970.

HSL color Cylindrical-coordinate representation of color #CAABDE: hue angle of 276.47º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAABDE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 171 222 -
CMYK 0.09 0.23 0 0.13
HSL 276.47º 0.44% 0.77% -
HSV(B) 276.47º 0.23% 0.87% -
XYZ 52.1 46.96 75.42 -
YUV 186.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 202 171 222 0.09 0.23 0 0.13 276.47 0.44 0.77
Hex CA AB DE 9 17 0 D 114 2C 4D
Octal 312 253 336 11 27 0 15 424 54 115
Binary 11001010 10101011 11011110 1001 10111 0 1101 100010100 101100 1001101

Color Harmonies of #CAABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAABDE

Black with #CAABDE

Text Example


Text Example

White with #CAABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAABDE; }

 p { color: rgb(202,171,222); }

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

background-color css

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

 a { background-color: rgb(202,171,222); }

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

border-color css

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

 span { border-color: rgb(202,171,222); }

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