Html Css Color HEX #C9ACD7 Prelude

📋 copy color: '#C9ACD7'

red 201 ◦ green 172 ◦ blue 215

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

Shades of Prelude #C9ACD7

Tints of Prelude #C9ACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.56%

R = 34.18%
G = 29.25%
B = 36.56%

CMYK

 C value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9ACD7 (or 0xC9ACD7) is known color: Prelude. HEX triplet: C9, AC and D7. RGB value is (201,172,215). Sum of RGB (Red+Green+Blue) = 201+172+215=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #C9ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACD7 is #365328. Grayscale: #B9B9B9. Windows color (decimal): -3560233 or 14134473. OLE color: 14134473.

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

Color convert

RGB 201 172 215 -
CMYK 0.07 0.2 0 0.16
HSL 280.47º 0.35% 0.76% -
HSV(B) 280.47º 0.2% 0.84% -
XYZ 51.11 46.83 70.64 -
YUV 185.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 201 172 215 0.07 0.2 0 0.16 280.47 0.35 0.76
Hex C9 AC D7 7 14 0 10 118 23 4C
Octal 311 254 327 7 24 0 20 430 43 114
Binary 11001001 10101100 11010111 111 10100 0 10000 100011000 100011 1001100

Color Harmonies of #C9ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACD7

Black with #C9ACD7

Text Example


Text Example

White with #C9ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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