Html Css Color HEX #C9AFE2 Perfume

📋 copy color: '#C9AFE2'

red 201 ◦ green 175 ◦ blue 226

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

Shades of Perfume #C9AFE2

Tints of Perfume #C9AFE2

RGB

 RED value IS 201 (78.91% from 255) = 33.39%

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

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 33.39%
G = 29.07%
B = 37.54%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C9AFE2 (or 0xC9AFE2) is known color: Perfume. HEX triplet: C9, AF and E2. RGB value is (201,175,226). Sum of RGB (Red+Green+Blue) = 201+175+226=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #C9AFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFE2 is #36501D. Grayscale: #BCBCBC. Windows color (decimal): -3559454 or 14856137. OLE color: 14856137.

HSL color Cylindrical-coordinate representation of color #C9AFE2: hue angle of 270.59º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9AFE2 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 175 226 -
CMYK 0.11 0.23 0 0.11
HSL 270.59º 0.47% 0.79% -
HSV(B) 270.59º 0.23% 0.89% -
XYZ 53.14 48.57 78.53 -
YUV 188.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 201 175 226 0.11 0.23 0 0.11 270.59 0.47 0.79
Hex C9 AF E2 B 17 0 B 10F 2F 4F
Octal 311 257 342 13 27 0 13 417 57 117
Binary 11001001 10101111 11100010 1011 10111 0 1011 100001111 101111 1001111

Color Harmonies of #C9AFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFE2

Black with #C9AFE2

Text Example


Text Example

White with #C9AFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFE2; }

 p { color: rgb(201,175,226); }

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

background-color css

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

 a { background-color: rgb(201,175,226); }

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

border-color css

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

 span { border-color: rgb(201,175,226); }

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