Html Css Color HEX #C8AADB Perfume

📋 copy color: '#C8AADB'

red 200 ◦ green 170 ◦ blue 219

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

Shades of Perfume #C8AADB

Tints of Perfume #C8AADB

RGB

 RED value IS 200 (78.52% from 255) = 33.96%

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 33.96%
G = 28.86%
B = 37.18%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8AADB (or 0xC8AADB) is known color: Perfume. HEX triplet: C8, AA and DB. RGB value is (200,170,219). Sum of RGB (Red+Green+Blue) = 200+170+219=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AADB is #375524. Grayscale: #B8B8B8. Windows color (decimal): -3626277 or 14396104. OLE color: 14396104.

HSL color Cylindrical-coordinate representation of color #C8AADB: hue angle of 276.73º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8AADB is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 170 219 -
CMYK 0.09 0.22 0 0.14
HSL 276.73º 0.4% 0.76% -
HSV(B) 276.73º 0.22% 0.86% -
XYZ 50.98 46.14 73.24 -
YUV 184.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 200 170 219 0.09 0.22 0 0.14 276.73 0.4 0.76
Hex C8 AA DB 9 16 0 E 115 28 4C
Octal 310 252 333 11 26 0 16 425 50 114
Binary 11001000 10101010 11011011 1001 10110 0 1110 100010101 101000 1001100

Color Harmonies of #C8AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AADB

Black with #C8AADB

Text Example


Text Example

White with #C8AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AADB; }

 p { color: rgb(200,170,219); }

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

background-color css

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

 a { background-color: rgb(200,170,219); }

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

border-color css

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

 span { border-color: rgb(200,170,219); }

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