Html Css Color HEX #C9ADDB Prelude

📋 copy color: '#C9ADDB'

red 201 ◦ green 173 ◦ blue 219

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

Shades of Prelude #C9ADDB

Tints of Prelude #C9ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.17%

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

R = 33.9%
G = 29.17%
B = 36.93%

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

#C9ADDB (or 0xC9ADDB) is known color: Prelude. HEX triplet: C9, AD and DB. RGB value is (201,173,219). Sum of RGB (Red+Green+Blue) = 201+173+219=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADDB is #365224. Grayscale: #BABABA. Windows color (decimal): -3559973 or 14396873. OLE color: 14396873.

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

Color convert

RGB 201 173 219 -
CMYK 0.08 0.21 0 0.14
HSL 276.52º 0.39% 0.77% -
HSV(B) 276.52º 0.21% 0.86% -
XYZ 51.82 47.42 73.44 -
YUV 186.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 201 173 219 0.08 0.21 0 0.14 276.52 0.39 0.77
Hex C9 AD DB 8 15 0 E 115 27 4D
Octal 311 255 333 10 25 0 16 425 47 115
Binary 11001001 10101101 11011011 1000 10101 0 1110 100010101 100111 1001101

Color Harmonies of #C9ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADDB

Black with #C9ADDB

Text Example


Text Example

White with #C9ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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