Html Css Color HEX #C9AAD0 Prelude

📋 copy color: '#C9AAD0'

red 201 ◦ green 170 ◦ blue 208

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

Shades of Prelude #C9AAD0

Tints of Prelude #C9AAD0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.36%

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 34.72%
G = 29.36%
B = 35.92%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C9AAD0 (or 0xC9AAD0) is known color: Prelude. HEX triplet: C9, AA and D0. RGB value is (201,170,208). Sum of RGB (Red+Green+Blue) = 201+170+208=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AAD0 is #36552F. Grayscale: #B7B7B7. Windows color (decimal): -3560752 or 13675209. OLE color: 13675209.

HSL color Cylindrical-coordinate representation of color #C9AAD0: hue angle of 288.95º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9AAD0 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 170 208 -
CMYK 0.03 0.18 0 0.18
HSL 288.95º 0.29% 0.74% -
HSV(B) 288.95º 0.18% 0.82% -
XYZ 49.85 45.72 65.87 -
YUV 183.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 201 170 208 0.03 0.18 0 0.18 288.95 0.29 0.74
Hex C9 AA D0 3 12 0 12 121 1D 4A
Octal 311 252 320 3 22 0 22 441 35 112
Binary 11001001 10101010 11010000 11 10010 0 10010 100100001 11101 1001010

Color Harmonies of #C9AAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAD0

Black with #C9AAD0

Text Example


Text Example

White with #C9AAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAD0; }

 p { color: rgb(201,170,208); }

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

background-color css

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

 a { background-color: rgb(201,170,208); }

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

border-color css

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

 span { border-color: rgb(201,170,208); }

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