Html Css Color HEX #C9ADD5 Prelude

📋 copy color: '#C9ADD5'

red 201 ◦ green 173 ◦ blue 213

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

Shades of Prelude #C9ADD5

Tints of Prelude #C9ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.29%

R = 34.24%
G = 29.47%
B = 36.29%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9ADD5 (or 0xC9ADD5) is known color: Prelude. HEX triplet: C9, AD and D5. RGB value is (201,173,213). Sum of RGB (Red+Green+Blue) = 201+173+213=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADD5 is #36522A. Grayscale: #B9B9B9. Windows color (decimal): -3559979 or 14003657. OLE color: 14003657.

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

Color convert

RGB 201 173 213 -
CMYK 0.06 0.19 0 0.16
HSL 282º 0.32% 0.76% -
HSV(B) 282º 0.19% 0.84% -
XYZ 51.04 47.11 69.35 -
YUV 185.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 201 173 213 0.06 0.19 0 0.16 282 0.32 0.76
Hex C9 AD D5 6 13 0 10 11A 20 4C
Octal 311 255 325 6 23 0 20 432 40 114
Binary 11001001 10101101 11010101 110 10011 0 10000 100011010 100000 1001100

Color Harmonies of #C9ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADD5

Black with #C9ADD5

Text Example


Text Example

White with #C9ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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