Html Css Color HEX #C1ADDB Perfume

📋 copy color: '#C1ADDB'

red 193 ◦ green 173 ◦ blue 219

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

Shades of Perfume #C1ADDB

Tints of Perfume #C1ADDB

RGB

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

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

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

R = 32.99%
G = 29.57%
B = 37.44%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1ADDB (or 0xC1ADDB) is known color: Perfume. HEX triplet: C1, AD and DB. RGB value is (193,173,219). Sum of RGB (Red+Green+Blue) = 193+173+219=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADDB is #3E5224. Grayscale: #B8B8B8. Windows color (decimal): -4084261 or 14396865. OLE color: 14396865.

HSL color Cylindrical-coordinate representation of color #C1ADDB: hue angle of 266.09º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1ADDB is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 173 219 -
CMYK 0.12 0.21 0 0.14
HSL 266.09º 0.39% 0.77% -
HSV(B) 266.09º 0.21% 0.86% -
XYZ 49.72 46.34 73.34 -
YUV 184.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 193 173 219 0.12 0.21 0 0.14 266.09 0.39 0.77
Hex C1 AD DB C 15 0 E 10A 27 4D
Octal 301 255 333 14 25 0 16 412 47 115
Binary 11000001 10101101 11011011 1100 10101 0 1110 100001010 100111 1001101

Color Harmonies of #C1ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADDB

Black with #C1ADDB

Text Example


Text Example

White with #C1ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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