Html Css Color HEX #C7ACD8 Prelude

📋 copy color: '#C7ACD8'

red 199 ◦ green 172 ◦ blue 216

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

Shades of Prelude #C7ACD8

Tints of Prelude #C7ACD8

RGB

 RED value IS 199 (78.13% from 255) = 33.9%

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

 BLUE value IS 216 (84.77% from 255) = 36.8%

R = 33.9%
G = 29.3%
B = 36.8%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7ACD8 (or 0xC7ACD8) is known color: Prelude. HEX triplet: C7, AC and D8. RGB value is (199,172,216). Sum of RGB (Red+Green+Blue) = 199+172+216=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7ACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACD8 is #385327. Grayscale: #B8B8B8. Windows color (decimal): -3691304 or 14200007. OLE color: 14200007.

HSL color Cylindrical-coordinate representation of color #C7ACD8: hue angle of 276.82º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7ACD8 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 172 216 -
CMYK 0.08 0.20 0 0.15
HSL 276.82º 0.36% 0.76% -
HSV(B) 276.82º 0.2% 0.85% -
XYZ 50.7 46.61 71.29 -
YUV 185.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 199 172 216 0.08 0.20 0 0.15 276.82 0.36 0.76
Hex C7 AC D8 8 14 0 F 115 24 4C
Octal 307 254 330 10 24 0 17 425 44 114
Binary 11000111 10101100 11011000 1000 10100 0 1111 100010101 100100 1001100

Color Harmonies of #C7ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACD8

Black with #C7ACD8

Text Example


Text Example

White with #C7ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACD8; }

 p { color: rgb(199,172,216); }

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

background-color css

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

 a { background-color: rgb(199,172,216); }

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

border-color css

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

 span { border-color: rgb(199,172,216); }

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