Html Css Color HEX #C8ADDC Perfume

📋 copy color: '#C8ADDC'

red 200 ◦ green 173 ◦ blue 220

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

Shades of Perfume #C8ADDC

Tints of Perfume #C8ADDC

RGB

 RED value IS 200 (78.52% from 255) = 33.73%

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

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 33.73%
G = 29.17%
B = 37.1%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8ADDC (or 0xC8ADDC) is known color: Perfume. HEX triplet: C8, AD and DC. RGB value is (200,173,220). Sum of RGB (Red+Green+Blue) = 200+173+220=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADDC is #375223. Grayscale: #BABABA. Windows color (decimal): -3625508 or 14462408. OLE color: 14462408.

HSL color Cylindrical-coordinate representation of color #C8ADDC: hue angle of 274.47º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8ADDC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 173 220 -
CMYK 0.09 0.21 0 0.14
HSL 274.47º 0.4% 0.77% -
HSV(B) 274.47º 0.21% 0.86% -
XYZ 51.68 47.33 74.12 -
YUV 186.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 200 173 220 0.09 0.21 0 0.14 274.47 0.4 0.77
Hex C8 AD DC 9 15 0 E 112 28 4D
Octal 310 255 334 11 25 0 16 422 50 115
Binary 11001000 10101101 11011100 1001 10101 0 1110 100010010 101000 1001101

Color Harmonies of #C8ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADDC

Black with #C8ADDC

Text Example


Text Example

White with #C8ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADDC; }

 p { color: rgb(200,173,220); }

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

background-color css

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

 a { background-color: rgb(200,173,220); }

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

border-color css

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

 span { border-color: rgb(200,173,220); }

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