Html Css Color HEX #C1ACCE Prelude

📋 copy color: '#C1ACCE'

red 193 ◦ green 172 ◦ blue 206

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

Shades of Prelude #C1ACCE

Tints of Prelude #C1ACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.12%

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

R = 33.8%
G = 30.12%
B = 36.08%

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

#C1ACCE (or 0xC1ACCE) is known color: Prelude. HEX triplet: C1, AC and CE. RGB value is (193,172,206). Sum of RGB (Red+Green+Blue) = 193+172+206=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACCE is #3E5331. Grayscale: #B6B6B6. Windows color (decimal): -4084530 or 13544641. OLE color: 13544641.

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

Color convert

RGB 193 172 206 -
CMYK 0.06 0.17 0 0.19
HSL 277.06º 0.26% 0.74% -
HSV(B) 277.06º 0.17% 0.81% -
XYZ 47.89 45.3 64.61 -
YUV 182.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 193 172 206 0.06 0.17 0 0.19 277.06 0.26 0.74
Hex C1 AC CE 6 11 0 13 115 1A 4A
Octal 301 254 316 6 21 0 23 425 32 112
Binary 11000001 10101100 11001110 110 10001 0 10011 100010101 11010 1001010

Color Harmonies of #C1ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACCE

Black with #C1ACCE

Text Example


Text Example

White with #C1ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACCE; }

 p { color: rgb(193,172,206); }

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

background-color css

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

 a { background-color: rgb(193,172,206); }

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

border-color css

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

 span { border-color: rgb(193,172,206); }

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