Html Css Color HEX #C2ABDA Perfume

📋 copy color: '#C2ABDA'

red 194 ◦ green 171 ◦ blue 218

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

Shades of Perfume #C2ABDA

Tints of Perfume #C2ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 33.28%
G = 29.33%
B = 37.39%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C2ABDA (or 0xC2ABDA) is known color: Perfume. HEX triplet: C2, AB and DA. RGB value is (194,171,218). Sum of RGB (Red+Green+Blue) = 194+171+218=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABDA is #3D5425. Grayscale: #B7B7B7. Windows color (decimal): -4019238 or 14330818. OLE color: 14330818.

HSL color Cylindrical-coordinate representation of color #C2ABDA: hue angle of 269.36º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2ABDA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 171 218 -
CMYK 0.11 0.22 0 0.15
HSL 269.36º 0.39% 0.76% -
HSV(B) 269.36º 0.22% 0.85% -
XYZ 49.47 45.66 72.54 -
YUV 183.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 194 171 218 0.11 0.22 0 0.15 269.36 0.39 0.76
Hex C2 AB DA B 16 0 F 10D 27 4C
Octal 302 253 332 13 26 0 17 415 47 114
Binary 11000010 10101011 11011010 1011 10110 0 1111 100001101 100111 1001100

Color Harmonies of #C2ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABDA

Black with #C2ABDA

Text Example


Text Example

White with #C2ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABDA; }

 p { color: rgb(194,171,218); }

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

background-color css

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

 a { background-color: rgb(194,171,218); }

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

border-color css

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

 span { border-color: rgb(194,171,218); }

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