Html Css Color HEX #C9ADD1 Prelude

📋 copy color: '#C9ADD1'

red 201 ◦ green 173 ◦ blue 209

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

Shades of Prelude #C9ADD1

Tints of Prelude #C9ADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.85%

R = 34.48%
G = 29.67%
B = 35.85%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C9ADD1 (or 0xC9ADD1) is known color: Prelude. HEX triplet: C9, AD and D1. RGB value is (201,173,209). Sum of RGB (Red+Green+Blue) = 201+173+209=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #C9ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADD1 is #36522E. Grayscale: #B9B9B9. Windows color (decimal): -3559983 or 13741513. OLE color: 13741513.

HSL color Cylindrical-coordinate representation of color #C9ADD1: hue angle of 286.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9ADD1 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 173 209 -
CMYK 0.04 0.17 0 0.18
HSL 286.67º 0.28% 0.75% -
HSV(B) 286.67º 0.17% 0.82% -
XYZ 50.54 46.91 66.71 -
YUV 185.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 201 173 209 0.04 0.17 0 0.18 286.67 0.28 0.75
Hex C9 AD D1 4 11 0 12 11F 1C 4B
Octal 311 255 321 4 21 0 22 437 34 113
Binary 11001001 10101101 11010001 100 10001 0 10010 100011111 11100 1001011

Color Harmonies of #C9ADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADD1

Black with #C9ADD1

Text Example


Text Example

White with #C9ADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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