Html Css Color HEX #C7ACD5 Prelude

📋 copy color: '#C7ACD5'

red 199 ◦ green 172 ◦ blue 213

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

Shades of Prelude #C7ACD5

Tints of Prelude #C7ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.47%

R = 34.08%
G = 29.45%
B = 36.47%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C7ACD5 (or 0xC7ACD5) is known color: Prelude. HEX triplet: C7, AC and D5. RGB value is (199,172,213). Sum of RGB (Red+Green+Blue) = 199+172+213=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACD5 is #38532A. Grayscale: #B8B8B8. Windows color (decimal): -3691307 or 14003399. OLE color: 14003399.

HSL color Cylindrical-coordinate representation of color #C7ACD5: hue angle of 279.51º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7ACD5 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 172 213 -
CMYK 0.07 0.19 0 0.16
HSL 279.51º 0.33% 0.75% -
HSV(B) 279.51º 0.19% 0.84% -
XYZ 50.32 46.45 69.26 -
YUV 184.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 199 172 213 0.07 0.19 0 0.16 279.51 0.33 0.75
Hex C7 AC D5 7 13 0 10 118 21 4B
Octal 307 254 325 7 23 0 20 430 41 113
Binary 11000111 10101100 11010101 111 10011 0 10000 100011000 100001 1001011

Color Harmonies of #C7ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACD5

Black with #C7ACD5

Text Example


Text Example

White with #C7ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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