Html Css Color HEX #C7ACD7 Prelude

📋 copy color: '#C7ACD7'

red 199 ◦ green 172 ◦ blue 215

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

Shades of Prelude #C7ACD7

Tints of Prelude #C7ACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.69%

R = 33.96%
G = 29.35%
B = 36.69%

CMYK

 C value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C7ACD7 (or 0xC7ACD7) is known color: Prelude. HEX triplet: C7, AC and D7. RGB value is (199,172,215). Sum of RGB (Red+Green+Blue) = 199+172+215=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #C7ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACD7 is #385328. Grayscale: #B8B8B8. Windows color (decimal): -3691305 or 14134471. OLE color: 14134471.

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

Color convert

RGB 199 172 215 -
CMYK 0.07 0.2 0 0.16
HSL 277.67º 0.35% 0.76% -
HSV(B) 277.67º 0.2% 0.84% -
XYZ 50.57 46.55 70.61 -
YUV 184.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 199 172 215 0.07 0.2 0 0.16 277.67 0.35 0.76
Hex C7 AC D7 7 14 0 10 116 23 4C
Octal 307 254 327 7 24 0 20 426 43 114
Binary 11000111 10101100 11010111 111 10100 0 10000 100010110 100011 1001100

Color Harmonies of #C7ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACD7

Black with #C7ACD7

Text Example


Text Example

White with #C7ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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