Html Css Color HEX #C6ADDE Perfume

📋 copy color: '#C6ADDE'

red 198 ◦ green 173 ◦ blue 222

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

Shades of Perfume #C6ADDE

Tints of Perfume #C6ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 33.39%
G = 29.17%
B = 37.44%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6ADDE (or 0xC6ADDE) is known color: Perfume. HEX triplet: C6, AD and DE. RGB value is (198,173,222). Sum of RGB (Red+Green+Blue) = 198+173+222=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADDE is #395221. Grayscale: #B9B9B9. Windows color (decimal): -3756578 or 14593478. OLE color: 14593478.

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

Color convert

RGB 198 173 222 -
CMYK 0.11 0.22 0 0.13
HSL 270.61º 0.43% 0.77% -
HSV(B) 270.61º 0.22% 0.87% -
XYZ 51.42 47.17 75.5 -
YUV 186.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 198 173 222 0.11 0.22 0 0.13 270.61 0.43 0.77
Hex C6 AD DE B 16 0 D 10F 2B 4D
Octal 306 255 336 13 26 0 15 417 53 115
Binary 11000110 10101101 11011110 1011 10110 0 1101 100001111 101011 1001101

Color Harmonies of #C6ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADDE

Black with #C6ADDE

Text Example


Text Example

White with #C6ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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