Html Css Color HEX #C6ADDD Perfume

📋 copy color: '#C6ADDD'

red 198 ◦ green 173 ◦ blue 221

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

Shades of Perfume #C6ADDD

Tints of Perfume #C6ADDD

RGB

 RED value IS 198 (77.73% from 255) = 33.45%

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

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

R = 33.45%
G = 29.22%
B = 37.33%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6ADDD (or 0xC6ADDD) is known color: Perfume. HEX triplet: C6, AD and DD. RGB value is (198,173,221). Sum of RGB (Red+Green+Blue) = 198+173+221=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADDD is #395222. Grayscale: #B9B9B9. Windows color (decimal): -3756579 or 14527942. OLE color: 14527942.

HSL color Cylindrical-coordinate representation of color #C6ADDD: hue angle of 271.25º 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 #C6ADDD is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 173 221 -
CMYK 0.10 0.22 0 0.13
HSL 271.25º 0.41% 0.77% -
HSV(B) 271.25º 0.22% 0.87% -
XYZ 51.28 47.11 74.8 -
YUV 185.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 198 173 221 0.10 0.22 0 0.13 271.25 0.41 0.77
Hex C6 AD DD A 16 0 D 10F 29 4D
Octal 306 255 335 12 26 0 15 417 51 115
Binary 11000110 10101101 11011101 1010 10110 0 1101 100001111 101001 1001101

Color Harmonies of #C6ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADDD

Black with #C6ADDD

Text Example


Text Example

White with #C6ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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