Html Css Color HEX #C1ADDD Perfume

📋 copy color: '#C1ADDD'

red 193 ◦ green 173 ◦ blue 221

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

Shades of Perfume #C1ADDD

Tints of Perfume #C1ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 32.88%
G = 29.47%
B = 37.65%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1ADDD (or 0xC1ADDD) is known color: Perfume. HEX triplet: C1, AD and DD. RGB value is (193,173,221). Sum of RGB (Red+Green+Blue) = 193+173+221=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADDD is #3E5222. Grayscale: #B8B8B8. Windows color (decimal): -4084259 or 14527937. OLE color: 14527937.

HSL color Cylindrical-coordinate representation of color #C1ADDD: hue angle of 265º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1ADDD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 173 221 -
CMYK 0.13 0.22 0 0.13
HSL 265º 0.41% 0.77% -
HSV(B) 265º 0.22% 0.87% -
XYZ 49.99 46.45 74.74 -
YUV 184.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 193 173 221 0.13 0.22 0 0.13 265 0.41 0.77
Hex C1 AD DD D 16 0 D 109 29 4D
Octal 301 255 335 15 26 0 15 411 51 115
Binary 11000001 10101101 11011101 1101 10110 0 1101 100001001 101001 1001101

Color Harmonies of #C1ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADDD

Black with #C1ADDD

Text Example


Text Example

White with #C1ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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