Html Css Color HEX #C9AED6 Prelude

📋 copy color: '#C9AED6'

red 201 ◦ green 174 ◦ blue 214

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

Shades of Prelude #C9AED6

Tints of Prelude #C9AED6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.54%

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 34.13%
G = 29.54%
B = 36.33%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9AED6 (or 0xC9AED6) is known color: Prelude. HEX triplet: C9, AE and D6. RGB value is (201,174,214). Sum of RGB (Red+Green+Blue) = 201+174+214=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AED6 is #365129. Grayscale: #BABABA. Windows color (decimal): -3559722 or 14069449. OLE color: 14069449.

HSL color Cylindrical-coordinate representation of color #C9AED6: hue angle of 280.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9AED6 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 174 214 -
CMYK 0.06 0.19 0 0.16
HSL 280.5º 0.33% 0.76% -
HSV(B) 280.5º 0.19% 0.84% -
XYZ 51.36 47.54 70.09 -
YUV 186.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 201 174 214 0.06 0.19 0 0.16 280.5 0.33 0.76
Hex C9 AE D6 6 13 0 10 118 21 4C
Octal 311 256 326 6 23 0 20 430 41 114
Binary 11001001 10101110 11010110 110 10011 0 10000 100011000 100001 1001100

Color Harmonies of #C9AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AED6

Black with #C9AED6

Text Example


Text Example

White with #C9AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AED6; }

 p { color: rgb(201,174,214); }

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

background-color css

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

 a { background-color: rgb(201,174,214); }

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

border-color css

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

 span { border-color: rgb(201,174,214); }

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