Html Css Color HEX #C2AACE Prelude

📋 copy color: '#C2AACE'

red 194 ◦ green 170 ◦ blue 206

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

Shades of Prelude #C2AACE

Tints of Prelude #C2AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 34.04%
G = 29.82%
B = 36.14%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2AACE (or 0xC2AACE) is known color: Prelude. HEX triplet: C2, AA and CE. RGB value is (194,170,206). Sum of RGB (Red+Green+Blue) = 194+170+206=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACE is #3D5531. Grayscale: #B5B5B5. Windows color (decimal): -4019506 or 13544130. OLE color: 13544130.

HSL color Cylindrical-coordinate representation of color #C2AACE: hue angle of 280º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2AACE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 170 206 -
CMYK 0.06 0.17 0 0.19
HSL 280º 0.27% 0.74% -
HSV(B) 280º 0.17% 0.81% -
XYZ 47.76 44.68 64.5 -
YUV 181.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 194 170 206 0.06 0.17 0 0.19 280 0.27 0.74
Hex C2 AA CE 6 11 0 13 118 1B 4A
Octal 302 252 316 6 21 0 23 430 33 112
Binary 11000010 10101010 11001110 110 10001 0 10011 100011000 11011 1001010

Color Harmonies of #C2AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AACE

Black with #C2AACE

Text Example


Text Example

White with #C2AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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