Html Css Color HEX #C9ADD2 Prelude

📋 copy color: '#C9ADD2'

red 201 ◦ green 173 ◦ blue 210

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

Shades of Prelude #C9ADD2

Tints of Prelude #C9ADD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.96%

R = 34.42%
G = 29.62%
B = 35.96%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C9ADD2 (or 0xC9ADD2) is known color: Prelude. HEX triplet: C9, AD and D2. RGB value is (201,173,210). Sum of RGB (Red+Green+Blue) = 201+173+210=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #C9ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADD2 is #36522D. Grayscale: #B9B9B9. Windows color (decimal): -3559982 or 13807049. OLE color: 13807049.

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

Color convert

RGB 201 173 210 -
CMYK 0.04 0.18 0 0.18
HSL 285.41º 0.29% 0.75% -
HSV(B) 285.41º 0.18% 0.82% -
XYZ 50.66 46.96 67.37 -
YUV 185.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 201 173 210 0.04 0.18 0 0.18 285.41 0.29 0.75
Hex C9 AD D2 4 12 0 12 11D 1D 4B
Octal 311 255 322 4 22 0 22 435 35 113
Binary 11001001 10101101 11010010 100 10010 0 10010 100011101 11101 1001011

Color Harmonies of #C9ADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADD2

Black with #C9ADD2

Text Example


Text Example

White with #C9ADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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