Html Css Color HEX #C4ADDF Perfume

📋 copy color: '#C4ADDF'

red 196 ◦ green 173 ◦ blue 223

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

Shades of Perfume #C4ADDF

Tints of Perfume #C4ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 33.11%
G = 29.22%
B = 37.67%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4ADDF (or 0xC4ADDF) is known color: Perfume. HEX triplet: C4, AD and DF. RGB value is (196,173,223). Sum of RGB (Red+Green+Blue) = 196+173+223=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADDF is #3B5220. Grayscale: #B9B9B9. Windows color (decimal): -3887649 or 14659012. OLE color: 14659012.

HSL color Cylindrical-coordinate representation of color #C4ADDF: hue angle of 267.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4ADDF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 173 223 -
CMYK 0.12 0.22 0 0.13
HSL 267.6º 0.44% 0.78% -
HSV(B) 267.6º 0.22% 0.87% -
XYZ 51.03 46.95 76.18 -
YUV 185.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 196 173 223 0.12 0.22 0 0.13 267.6 0.44 0.78
Hex C4 AD DF C 16 0 D 10C 2C 4E
Octal 304 255 337 14 26 0 15 414 54 116
Binary 11000100 10101101 11011111 1100 10110 0 1101 100001100 101100 1001110

Color Harmonies of #C4ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADDF

Black with #C4ADDF

Text Example


Text Example

White with #C4ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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