Html Css Color HEX #C9ADD6 Prelude

📋 copy color: '#C9ADD6'

red 201 ◦ green 173 ◦ blue 214

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

Shades of Prelude #C9ADD6

Tints of Prelude #C9ADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.39%

R = 34.18%
G = 29.42%
B = 36.39%

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

#C9ADD6 (or 0xC9ADD6) is known color: Prelude. HEX triplet: C9, AD and D6. RGB value is (201,173,214). Sum of RGB (Red+Green+Blue) = 201+173+214=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADD6 is #365229. Grayscale: #B9B9B9. Windows color (decimal): -3559978 or 14069193. OLE color: 14069193.

HSL color Cylindrical-coordinate representation of color #C9ADD6: hue angle of 280.98º degrees, saturation: 0.33, 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 #C9ADD6 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 173 214 -
CMYK 0.06 0.19 0 0.16
HSL 280.98º 0.33% 0.76% -
HSV(B) 280.98º 0.19% 0.84% -
XYZ 51.17 47.16 70.02 -
YUV 186.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 201 173 214 0.06 0.19 0 0.16 280.98 0.33 0.76
Hex C9 AD D6 6 13 0 10 119 21 4C
Octal 311 255 326 6 23 0 20 431 41 114
Binary 11001001 10101101 11010110 110 10011 0 10000 100011001 100001 1001100

Color Harmonies of #C9ADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADD6

Black with #C9ADD6

Text Example


Text Example

White with #C9ADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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