Html Css Color HEX #C2A9DB Perfume

📋 copy color: '#C2A9DB'

red 194 ◦ green 169 ◦ blue 219

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

Shades of Perfume #C2A9DB

Tints of Perfume #C2A9DB

RGB

 RED value IS 194 (76.17% from 255) = 33.33%

 GREEN value IS 169 (66.41% from 255) = 29.04%

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

R = 33.33%
G = 29.04%
B = 37.63%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2A9DB (or 0xC2A9DB) is known color: Perfume. HEX triplet: C2, A9 and DB. RGB value is (194,169,219). Sum of RGB (Red+Green+Blue) = 194+169+219=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9DB is #3D5624. Grayscale: #B6B6B6. Windows color (decimal): -4019749 or 14395842. OLE color: 14395842.

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

Color convert

RGB 194 169 219 -
CMYK 0.11 0.23 0 0.14
HSL 270º 0.41% 0.76% -
HSV(B) 270º 0.23% 0.86% -
XYZ 49.22 44.96 73.1 -
YUV 182.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 194 169 219 0.11 0.23 0 0.14 270 0.41 0.76
Hex C2 A9 DB B 17 0 E 10E 29 4C
Octal 302 251 333 13 27 0 16 416 51 114
Binary 11000010 10101001 11011011 1011 10111 0 1110 100001110 101001 1001100

Color Harmonies of #C2A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9DB

Black with #C2A9DB

Text Example


Text Example

White with #C2A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9DB; }

 p { color: rgb(194,169,219); }

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

background-color css

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

 a { background-color: rgb(194,169,219); }

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

border-color css

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

 span { border-color: rgb(194,169,219); }

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