Html Css Color HEX #C9AEDB Prelude

📋 copy color: '#C9AEDB'

red 201 ◦ green 174 ◦ blue 219

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

Shades of Prelude #C9AEDB

Tints of Prelude #C9AEDB

RGB

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

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

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

R = 33.84%
G = 29.29%
B = 36.87%

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

#C9AEDB (or 0xC9AEDB) is known color: Prelude. HEX triplet: C9, AE and DB. RGB value is (201,174,219). Sum of RGB (Red+Green+Blue) = 201+174+219=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEDB is #365124. Grayscale: #BBBBBB. Windows color (decimal): -3559717 or 14397129. OLE color: 14397129.

HSL color Cylindrical-coordinate representation of color #C9AEDB: hue angle of 276º degrees, saturation: 0.38, 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 #C9AEDB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 174 219 -
CMYK 0.08 0.21 0 0.14
HSL 276º 0.38% 0.77% -
HSV(B) 276º 0.21% 0.86% -
XYZ 52.01 47.8 73.5 -
YUV 187.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 201 174 219 0.08 0.21 0 0.14 276 0.38 0.77
Hex C9 AE DB 8 15 0 E 114 26 4D
Octal 311 256 333 10 25 0 16 424 46 115
Binary 11001001 10101110 11011011 1000 10101 0 1110 100010100 100110 1001101

Color Harmonies of #C9AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEDB

Black with #C9AEDB

Text Example


Text Example

White with #C9AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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