Html Css Color HEX #C9AEDA Prelude

📋 copy color: '#C9AEDA'

red 201 ◦ green 174 ◦ blue 218

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

Shades of Prelude #C9AEDA

Tints of Prelude #C9AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.34%

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

R = 33.9%
G = 29.34%
B = 36.76%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9AEDA (or 0xC9AEDA) is known color: Prelude. HEX triplet: C9, AE and DA. RGB value is (201,174,218). Sum of RGB (Red+Green+Blue) = 201+174+218=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEDA is #365125. Grayscale: #BABABA. Windows color (decimal): -3559718 or 14331593. OLE color: 14331593.

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

Color convert

RGB 201 174 218 -
CMYK 0.08 0.20 0 0.15
HSL 276.82º 0.37% 0.77% -
HSV(B) 276.82º 0.2% 0.85% -
XYZ 51.88 47.75 72.81 -
YUV 187.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 201 174 218 0.08 0.20 0 0.15 276.82 0.37 0.77
Hex C9 AE DA 8 14 0 F 115 25 4D
Octal 311 256 332 10 24 0 17 425 45 115
Binary 11001001 10101110 11011010 1000 10100 0 1111 100010101 100101 1001101

Color Harmonies of #C9AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEDA

Black with #C9AEDA

Text Example


Text Example

White with #C9AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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