Html Css Color HEX #C8B4DD Perfume

📋 copy color: '#C8B4DD'

red 200 ◦ green 180 ◦ blue 221

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

Shades of Perfume #C8B4DD

Tints of Perfume #C8B4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.95%

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 33.28%
G = 29.95%
B = 36.77%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8B4DD (or 0xC8B4DD) is known color: Perfume. HEX triplet: C8, B4 and DD. RGB value is (200,180,221). Sum of RGB (Red+Green+Blue) = 200+180+221=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8B4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4DD is #374B22. Grayscale: #BEBEBE. Windows color (decimal): -3623715 or 14529736. OLE color: 14529736.

HSL color Cylindrical-coordinate representation of color #C8B4DD: hue angle of 269.27º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8B4DD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 180 221 -
CMYK 0.10 0.19 0 0.13
HSL 269.27º 0.38% 0.79% -
HSV(B) 269.27º 0.19% 0.87% -
XYZ 53.19 50.14 75.28 -
YUV 190.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 200 180 221 0.10 0.19 0 0.13 269.27 0.38 0.79
Hex C8 B4 DD A 13 0 D 10D 26 4F
Octal 310 264 335 12 23 0 15 415 46 117
Binary 11001000 10110100 11011101 1010 10011 0 1101 100001101 100110 1001111

Color Harmonies of #C8B4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B4DD

Black with #C8B4DD

Text Example


Text Example

White with #C8B4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B4DD; }

 p { color: rgb(200,180,221); }

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

background-color css

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

 a { background-color: rgb(200,180,221); }

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

border-color css

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

 span { border-color: rgb(200,180,221); }

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