Html Css Color HEX #C9ADDA Prelude

📋 copy color: '#C9ADDA'

red 201 ◦ green 173 ◦ blue 218

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

Shades of Prelude #C9ADDA

Tints of Prelude #C9ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 33.95%
G = 29.22%
B = 36.82%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9ADDA (or 0xC9ADDA) is known color: Prelude. HEX triplet: C9, AD and DA. RGB value is (201,173,218). Sum of RGB (Red+Green+Blue) = 201+173+218=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADDA is #365225. Grayscale: #BABABA. Windows color (decimal): -3559974 or 14331337. OLE color: 14331337.

HSL color Cylindrical-coordinate representation of color #C9ADDA: hue angle of 277.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9ADDA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 173 218 -
CMYK 0.08 0.21 0 0.15
HSL 277.33º 0.38% 0.77% -
HSV(B) 277.33º 0.21% 0.85% -
XYZ 51.69 47.37 72.75 -
YUV 186.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 201 173 218 0.08 0.21 0 0.15 277.33 0.38 0.77
Hex C9 AD DA 8 15 0 F 115 26 4D
Octal 311 255 332 10 25 0 17 425 46 115
Binary 11001001 10101101 11011010 1000 10101 0 1111 100010101 100110 1001101

Color Harmonies of #C9ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADDA

Black with #C9ADDA

Text Example


Text Example

White with #C9ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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