Html Css Color HEX #C6ADEC Perfume

📋 copy color: '#C6ADEC'

red 198 ◦ green 173 ◦ blue 236

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

Shades of Perfume #C6ADEC

Tints of Perfume #C6ADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 32.62%
G = 28.5%
B = 38.88%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6ADEC (or 0xC6ADEC) is known color: Perfume. HEX triplet: C6, AD and EC. RGB value is (198,173,236). Sum of RGB (Red+Green+Blue) = 198+173+236=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ADEC is #395213. Grayscale: #BBBBBB. Windows color (decimal): -3756564 or 15510982. OLE color: 15510982.

HSL color Cylindrical-coordinate representation of color #C6ADEC: hue angle of 263.81º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6ADEC is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 173 236 -
CMYK 0.16 0.27 0 0.07
HSL 263.81º 0.62% 0.8% -
HSV(B) 263.81º 0.27% 0.93% -
XYZ 53.37 47.95 85.8 -
YUV 187.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 198 173 236 0.16 0.27 0 0.07 263.81 0.62 0.8
Hex C6 AD EC 10 1B 0 7 108 3E 50
Octal 306 255 354 20 33 0 7 410 76 120
Binary 11000110 10101101 11101100 10000 11011 0 111 100001000 111110 1010000

Color Harmonies of #C6ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADEC

Black with #C6ADEC

Text Example


Text Example

White with #C6ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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