Html Css Color HEX #C9ACDA Prelude

📋 copy color: '#C9ACDA'

red 201 ◦ green 172 ◦ blue 218

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

Shades of Prelude #C9ACDA

Tints of Prelude #C9ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.89%

R = 34.01%
G = 29.1%
B = 36.89%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9ACDA (or 0xC9ACDA) is known color: Prelude. HEX triplet: C9, AC and DA. RGB value is (201,172,218). Sum of RGB (Red+Green+Blue) = 201+172+218=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACDA is #365325. Grayscale: #B9B9B9. Windows color (decimal): -3560230 or 14331081. OLE color: 14331081.

HSL color Cylindrical-coordinate representation of color #C9ACDA: hue angle of 277.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9ACDA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 172 218 -
CMYK 0.08 0.21 0 0.15
HSL 277.83º 0.38% 0.76% -
HSV(B) 277.83º 0.21% 0.85% -
XYZ 51.49 46.98 72.68 -
YUV 185.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 201 172 218 0.08 0.21 0 0.15 277.83 0.38 0.76
Hex C9 AC DA 8 15 0 F 116 26 4C
Octal 311 254 332 10 25 0 17 426 46 114
Binary 11001001 10101100 11011010 1000 10101 0 1111 100010110 100110 1001100

Color Harmonies of #C9ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACDA

Black with #C9ACDA

Text Example


Text Example

White with #C9ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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