Html Css Color HEX #C1ADDA Perfume

📋 copy color: '#C1ADDA'

red 193 ◦ green 173 ◦ blue 218

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

Shades of Perfume #C1ADDA

Tints of Perfume #C1ADDA

RGB

 RED value IS 193 (75.78% from 255) = 33.05%

 GREEN value IS 173 (67.97% from 255) = 29.62%

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

R = 33.05%
G = 29.62%
B = 37.33%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C1ADDA (or 0xC1ADDA) is known color: Perfume. HEX triplet: C1, AD and DA. RGB value is (193,173,218). Sum of RGB (Red+Green+Blue) = 193+173+218=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADDA is #3E5225. Grayscale: #B7B7B7. Windows color (decimal): -4084262 or 14331329. OLE color: 14331329.

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

Color convert

RGB 193 173 218 -
CMYK 0.11 0.21 0 0.15
HSL 266.67º 0.38% 0.77% -
HSV(B) 266.67º 0.21% 0.85% -
XYZ 49.59 46.29 72.65 -
YUV 184.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 193 173 218 0.11 0.21 0 0.15 266.67 0.38 0.77
Hex C1 AD DA B 15 0 F 10B 26 4D
Octal 301 255 332 13 25 0 17 413 46 115
Binary 11000001 10101101 11011010 1011 10101 0 1111 100001011 100110 1001101

Color Harmonies of #C1ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADDA

Black with #C1ADDA

Text Example


Text Example

White with #C1ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADDA; }

 p { color: rgb(193,173,218); }

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

background-color css

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

 a { background-color: rgb(193,173,218); }

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

border-color css

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

 span { border-color: rgb(193,173,218); }

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