Html Css Color HEX #C4AFDE Perfume

📋 copy color: '#C4AFDE'

red 196 ◦ green 175 ◦ blue 222

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

Shades of Perfume #C4AFDE

Tints of Perfume #C4AFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.51%

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 33.05%
G = 29.51%
B = 37.44%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4AFDE (or 0xC4AFDE) is known color: Perfume. HEX triplet: C4, AF and DE. RGB value is (196,175,222). Sum of RGB (Red+Green+Blue) = 196+175+222=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFDE is #3B5021. Grayscale: #BABABA. Windows color (decimal): -3887138 or 14593988. OLE color: 14593988.

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

Color convert

RGB 196 175 222 -
CMYK 0.12 0.21 0 0.13
HSL 266.81º 0.42% 0.78% -
HSV(B) 266.81º 0.21% 0.87% -
XYZ 51.28 47.67 75.61 -
YUV 186.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 196 175 222 0.12 0.21 0 0.13 266.81 0.42 0.78
Hex C4 AF DE C 15 0 D 10B 2A 4E
Octal 304 257 336 14 25 0 15 413 52 116
Binary 11000100 10101111 11011110 1100 10101 0 1101 100001011 101010 1001110

Color Harmonies of #C4AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFDE

Black with #C4AFDE

Text Example


Text Example

White with #C4AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFDE; }

 p { color: rgb(196,175,222); }

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

background-color css

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

 a { background-color: rgb(196,175,222); }

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

border-color css

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

 span { border-color: rgb(196,175,222); }

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