Html Css Color HEX #C9ADEE Perfume

📋 copy color: '#C9ADEE'

red 201 ◦ green 173 ◦ blue 238

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

Shades of Perfume #C9ADEE

Tints of Perfume #C9ADEE

RGB

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

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

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

R = 32.84%
G = 28.27%
B = 38.89%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9ADEE (or 0xC9ADEE) is known color: Perfume. HEX triplet: C9, AD and EE. RGB value is (201,173,238). Sum of RGB (Red+Green+Blue) = 201+173+238=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ADEE is #365211. Grayscale: #BCBCBC. Windows color (decimal): -3559954 or 15642057. OLE color: 15642057.

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

Color convert

RGB 201 173 238 -
CMYK 0.16 0.27 0 0.07
HSL 265.85º 0.66% 0.81% -
HSV(B) 265.85º 0.27% 0.93% -
XYZ 54.46 48.48 87.38 -
YUV 188.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 201 173 238 0.16 0.27 0 0.07 265.85 0.66 0.81
Hex C9 AD EE 10 1B 0 7 10A 42 51
Octal 311 255 356 20 33 0 7 412 102 121
Binary 11001001 10101101 11101110 10000 11011 0 111 100001010 1000010 1010001

Color Harmonies of #C9ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADEE

Black with #C9ADEE

Text Example


Text Example

White with #C9ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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