Html Css Color HEX #C9ACDB Prelude

📋 copy color: '#C9ACDB'

red 201 ◦ green 172 ◦ blue 219

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

Shades of Prelude #C9ACDB

Tints of Prelude #C9ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 33.95%
G = 29.05%
B = 36.99%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9ACDB (or 0xC9ACDB) is known color: Prelude. HEX triplet: C9, AC and DB. RGB value is (201,172,219). Sum of RGB (Red+Green+Blue) = 201+172+219=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACDB is #365324. Grayscale: #B9B9B9. Windows color (decimal): -3560229 or 14396617. OLE color: 14396617.

HSL color Cylindrical-coordinate representation of color #C9ACDB: hue angle of 277.02º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9ACDB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 172 219 -
CMYK 0.08 0.21 0 0.14
HSL 277.02º 0.39% 0.77% -
HSV(B) 277.02º 0.21% 0.86% -
XYZ 51.63 47.04 73.38 -
YUV 186.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 201 172 219 0.08 0.21 0 0.14 277.02 0.39 0.77
Hex C9 AC DB 8 15 0 E 115 27 4D
Octal 311 254 333 10 25 0 16 425 47 115
Binary 11001001 10101100 11011011 1000 10101 0 1110 100010101 100111 1001101

Color Harmonies of #C9ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACDB

Black with #C9ACDB

Text Example


Text Example

White with #C9ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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