Html Css Color HEX #C9AFEE Perfume

📋 copy color: '#C9AFEE'

red 201 ◦ green 175 ◦ blue 238

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

Shades of Perfume #C9AFEE

Tints of Perfume #C9AFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 32.74%
G = 28.5%
B = 38.76%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9AFEE (or 0xC9AFEE) is known color: Perfume. HEX triplet: C9, AF and EE. RGB value is (201,175,238). Sum of RGB (Red+Green+Blue) = 201+175+238=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFEE is #365011. Grayscale: #BDBDBD. Windows color (decimal): -3559442 or 15642569. OLE color: 15642569.

HSL color Cylindrical-coordinate representation of color #C9AFEE: hue angle of 264.76º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9AFEE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 175 238 -
CMYK 0.16 0.26 0 0.07
HSL 264.76º 0.65% 0.81% -
HSV(B) 264.76º 0.26% 0.93% -
XYZ 54.85 49.25 87.5 -
YUV 189.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 201 175 238 0.16 0.26 0 0.07 264.76 0.65 0.81
Hex C9 AF EE 10 1A 0 7 109 41 51
Octal 311 257 356 20 32 0 7 411 101 121
Binary 11001001 10101111 11101110 10000 11010 0 111 100001001 1000001 1010001

Color Harmonies of #C9AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFEE

Black with #C9AFEE

Text Example


Text Example

White with #C9AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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