Html Css Color HEX #C5ACCE Prelude

📋 copy color: '#C5ACCE'

red 197 ◦ green 172 ◦ blue 206

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

Shades of Prelude #C5ACCE

Tints of Prelude #C5ACCE

RGB

 RED value IS 197 (77.34% from 255) = 34.26%

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

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

R = 34.26%
G = 29.91%
B = 35.83%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5ACCE (or 0xC5ACCE) is known color: Prelude. HEX triplet: C5, AC and CE. RGB value is (197,172,206). Sum of RGB (Red+Green+Blue) = 197+172+206=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACCE is #3A5331. Grayscale: #B7B7B7. Windows color (decimal): -3822386 or 13544645. OLE color: 13544645.

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

Color convert

RGB 197 172 206 -
CMYK 0.04 0.17 0 0.19
HSL 284.12º 0.26% 0.74% -
HSV(B) 284.12º 0.17% 0.81% -
XYZ 48.92 45.83 64.66 -
YUV 183.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 197 172 206 0.04 0.17 0 0.19 284.12 0.26 0.74
Hex C5 AC CE 4 11 0 13 11C 1A 4A
Octal 305 254 316 4 21 0 23 434 32 112
Binary 11000101 10101100 11001110 100 10001 0 10011 100011100 11010 1001010

Color Harmonies of #C5ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACCE

Black with #C5ACCE

Text Example


Text Example

White with #C5ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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