Html Css Color HEX #C8ADDB Perfume

📋 copy color: '#C8ADDB'

red 200 ◦ green 173 ◦ blue 219

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

Shades of Perfume #C8ADDB

Tints of Perfume #C8ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 33.78%
G = 29.22%
B = 36.99%

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

#C8ADDB (or 0xC8ADDB) is known color: Perfume. HEX triplet: C8, AD and DB. RGB value is (200,173,219). Sum of RGB (Red+Green+Blue) = 200+173+219=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADDB is #375224. Grayscale: #BABABA. Windows color (decimal): -3625509 or 14396872. OLE color: 14396872.

HSL color Cylindrical-coordinate representation of color #C8ADDB: hue angle of 275.22º degrees, saturation: 0.39, 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 #C8ADDB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 173 219 -
CMYK 0.09 0.21 0 0.14
HSL 275.22º 0.39% 0.77% -
HSV(B) 275.22º 0.21% 0.86% -
XYZ 51.55 47.28 73.43 -
YUV 186.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 200 173 219 0.09 0.21 0 0.14 275.22 0.39 0.77
Hex C8 AD DB 9 15 0 E 113 27 4D
Octal 310 255 333 11 25 0 16 423 47 115
Binary 11001000 10101101 11011011 1001 10101 0 1110 100010011 100111 1001101

Color Harmonies of #C8ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADDB

Black with #C8ADDB

Text Example


Text Example

White with #C8ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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