Html Css Color HEX #C9ACD5 Prelude

📋 copy color: '#C9ACD5'

red 201 ◦ green 172 ◦ blue 213

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

Shades of Prelude #C9ACD5

Tints of Prelude #C9ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.35%

 BLUE value IS 213 (83.59% from 255) = 36.35%

R = 34.3%
G = 29.35%
B = 36.35%

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

#C9ACD5 (or 0xC9ACD5) is known color: Prelude. HEX triplet: C9, AC and D5. RGB value is (201,172,213). Sum of RGB (Red+Green+Blue) = 201+172+213=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACD5 is #36532A. Grayscale: #B9B9B9. Windows color (decimal): -3560235 or 14003401. OLE color: 14003401.

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

Color convert

RGB 201 172 213 -
CMYK 0.06 0.19 0 0.16
HSL 282.44º 0.33% 0.75% -
HSV(B) 282.44º 0.19% 0.84% -
XYZ 50.85 46.73 69.29 -
YUV 185.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 201 172 213 0.06 0.19 0 0.16 282.44 0.33 0.75
Hex C9 AC D5 6 13 0 10 11A 21 4B
Octal 311 254 325 6 23 0 20 432 41 113
Binary 11001001 10101100 11010101 110 10011 0 10000 100011010 100001 1001011

Color Harmonies of #C9ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACD5

Black with #C9ACD5

Text Example


Text Example

White with #C9ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACD5; }

 p { color: rgb(201,172,213); }

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

background-color css

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

 a { background-color: rgb(201,172,213); }

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

border-color css

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

 span { border-color: rgb(201,172,213); }

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