Html Css Color HEX #C9ADD0 Prelude

📋 copy color: '#C9ADD0'

red 201 ◦ green 173 ◦ blue 208

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

Shades of Prelude #C9ADD0

Tints of Prelude #C9ADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 34.54%
G = 29.73%
B = 35.74%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C9ADD0 (or 0xC9ADD0) is known color: Prelude. HEX triplet: C9, AD and D0. RGB value is (201,173,208). Sum of RGB (Red+Green+Blue) = 201+173+208=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADD0 is #36522F. Grayscale: #B9B9B9. Windows color (decimal): -3559984 or 13675977. OLE color: 13675977.

HSL color Cylindrical-coordinate representation of color #C9ADD0: hue angle of 288º degrees, saturation: 0.27, 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 #C9ADD0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 173 208 -
CMYK 0.03 0.17 0 0.18
HSL 288º 0.27% 0.75% -
HSV(B) 288º 0.17% 0.82% -
XYZ 50.42 46.86 66.06 -
YUV 185.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 201 173 208 0.03 0.17 0 0.18 288 0.27 0.75
Hex C9 AD D0 3 11 0 12 120 1B 4B
Octal 311 255 320 3 21 0 22 440 33 113
Binary 11001001 10101101 11010000 11 10001 0 10010 100100000 11011 1001011

Color Harmonies of #C9ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ADD0

Black with #C9ADD0

Text Example


Text Example

White with #C9ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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