Html Css Color HEX #C1AACD Prelude

📋 copy color: '#C1AACD'

red 193 ◦ green 170 ◦ blue 205

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

Shades of Prelude #C1AACD

Tints of Prelude #C1AACD

RGB

 RED value IS 193 (75.78% from 255) = 33.98%

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

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

R = 33.98%
G = 29.93%
B = 36.09%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1AACD (or 0xC1AACD) is known color: Prelude. HEX triplet: C1, AA and CD. RGB value is (193,170,205). Sum of RGB (Red+Green+Blue) = 193+170+205=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AACD is #3E5532. Grayscale: #B4B4B4. Windows color (decimal): -4085043 or 13478593. OLE color: 13478593.

HSL color Cylindrical-coordinate representation of color #C1AACD: hue angle of 279.43º 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 #C1AACD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 170 205 -
CMYK 0.06 0.17 0 0.20
HSL 279.43º 0.26% 0.74% -
HSV(B) 279.43º 0.17% 0.8% -
XYZ 47.39 44.49 63.85 -
YUV 180.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 193 170 205 0.06 0.17 0 0.20 279.43 0.26 0.74
Hex C1 AA CD 6 11 0 14 117 1A 4A
Octal 301 252 315 6 21 0 24 427 32 112
Binary 11000001 10101010 11001101 110 10001 0 10100 100010111 11010 1001010

Color Harmonies of #C1AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AACD

Black with #C1AACD

Text Example


Text Example

White with #C1AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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