Html Css Color HEX #C4ADDB Perfume

📋 copy color: '#C4ADDB'

red 196 ◦ green 173 ◦ blue 219

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

Shades of Perfume #C4ADDB

Tints of Perfume #C4ADDB

RGB

 RED value IS 196 (76.95% from 255) = 33.33%

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

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

R = 33.33%
G = 29.42%
B = 37.24%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4ADDB (or 0xC4ADDB) is known color: Perfume. HEX triplet: C4, AD and DB. RGB value is (196,173,219). Sum of RGB (Red+Green+Blue) = 196+173+219=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADDB is #3B5224. Grayscale: #B8B8B8. Windows color (decimal): -3887653 or 14396868. OLE color: 14396868.

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

Color convert

RGB 196 173 219 -
CMYK 0.11 0.21 0 0.14
HSL 270º 0.39% 0.77% -
HSV(B) 270º 0.21% 0.86% -
XYZ 50.49 46.74 73.38 -
YUV 185.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 196 173 219 0.11 0.21 0 0.14 270 0.39 0.77
Hex C4 AD DB B 15 0 E 10E 27 4D
Octal 304 255 333 13 25 0 16 416 47 115
Binary 11000100 10101101 11011011 1011 10101 0 1110 100001110 100111 1001101

Color Harmonies of #C4ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADDB

Black with #C4ADDB

Text Example


Text Example

White with #C4ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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