Html Css Color HEX #C2AACD Prelude

📋 copy color: '#C2AACD'

red 194 ◦ green 170 ◦ blue 205

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

Shades of Prelude #C2AACD

Tints of Prelude #C2AACD

RGB

 RED value IS 194 (76.17% from 255) = 34.09%

 GREEN value IS 170 (66.8% from 255) = 29.88%

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 34.09%
G = 29.88%
B = 36.03%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2AACD (or 0xC2AACD) is known color: Prelude. HEX triplet: C2, AA and CD. RGB value is (194,170,205). Sum of RGB (Red+Green+Blue) = 194+170+205=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACD is #3D5532. Grayscale: #B5B5B5. Windows color (decimal): -4019507 or 13478594. OLE color: 13478594.

HSL color Cylindrical-coordinate representation of color #C2AACD: hue angle of 281.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2AACD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 170 205 -
CMYK 0.05 0.17 0 0.20
HSL 281.14º 0.26% 0.74% -
HSV(B) 281.14º 0.17% 0.8% -
XYZ 47.64 44.63 63.86 -
YUV 181.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 194 170 205 0.05 0.17 0 0.20 281.14 0.26 0.74
Hex C2 AA CD 5 11 0 14 119 1A 4A
Octal 302 252 315 5 21 0 24 431 32 112
Binary 11000010 10101010 11001101 101 10001 0 10100 100011001 11010 1001010

Color Harmonies of #C2AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AACD

Black with #C2AACD

Text Example


Text Example

White with #C2AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AACD; }

 p { color: rgb(194,170,205); }

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

background-color css

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

 a { background-color: rgb(194,170,205); }

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

border-color css

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

 span { border-color: rgb(194,170,205); }

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