Html Css Color HEX #C8ADDA Perfume

📋 copy color: '#C8ADDA'

red 200 ◦ green 173 ◦ blue 218

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

Shades of Perfume #C8ADDA

Tints of Perfume #C8ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 33.84%
G = 29.27%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C8ADDA (or 0xC8ADDA) is known color: Perfume. HEX triplet: C8, AD and DA. RGB value is (200,173,218). Sum of RGB (Red+Green+Blue) = 200+173+218=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADDA is #375225. Grayscale: #BABABA. Windows color (decimal): -3625510 or 14331336. OLE color: 14331336.

HSL color Cylindrical-coordinate representation of color #C8ADDA: hue angle of 276º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8ADDA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 173 218 -
CMYK 0.08 0.21 0 0.15
HSL 276º 0.38% 0.77% -
HSV(B) 276º 0.21% 0.85% -
XYZ 51.42 47.23 72.74 -
YUV 186.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 200 173 218 0.08 0.21 0 0.15 276 0.38 0.77
Hex C8 AD DA 8 15 0 F 114 26 4D
Octal 310 255 332 10 25 0 17 424 46 115
Binary 11001000 10101101 11011010 1000 10101 0 1111 100010100 100110 1001101

Color Harmonies of #C8ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADDA

Black with #C8ADDA

Text Example


Text Example

White with #C8ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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