Html Css Color HEX #C6ADEB Perfume

📋 copy color: '#C6ADEB'

red 198 ◦ green 173 ◦ blue 235

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

Shades of Perfume #C6ADEB

Tints of Perfume #C6ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.78%

R = 32.67%
G = 28.55%
B = 38.78%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6ADEB (or 0xC6ADEB) is known color: Perfume. HEX triplet: C6, AD and EB. RGB value is (198,173,235). Sum of RGB (Red+Green+Blue) = 198+173+235=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADEB is #395214. Grayscale: #BBBBBB. Windows color (decimal): -3756565 or 15445446. OLE color: 15445446.

HSL color Cylindrical-coordinate representation of color #C6ADEB: hue angle of 264.19º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6ADEB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 173 235 -
CMYK 0.16 0.26 0 0.08
HSL 264.19º 0.61% 0.8% -
HSV(B) 264.19º 0.26% 0.92% -
XYZ 53.23 47.89 85.04 -
YUV 187.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 198 173 235 0.16 0.26 0 0.08 264.19 0.61 0.8
Hex C6 AD EB 10 1A 0 8 108 3D 50
Octal 306 255 353 20 32 0 10 410 75 120
Binary 11000110 10101101 11101011 10000 11010 0 1000 100001000 111101 1010000

Color Harmonies of #C6ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADEB

Black with #C6ADEB

Text Example


Text Example

White with #C6ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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