Html Css Color HEX #C7AED7 Prelude

📋 copy color: '#C7AED7'

red 199 ◦ green 174 ◦ blue 215

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

Shades of Prelude #C7AED7

Tints of Prelude #C7AED7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.59%

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

R = 33.84%
G = 29.59%
B = 36.56%

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

#C7AED7 (or 0xC7AED7) is known color: Prelude. HEX triplet: C7, AE and D7. RGB value is (199,174,215). Sum of RGB (Red+Green+Blue) = 199+174+215=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #C7AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AED7 is #385128. Grayscale: #BABABA. Windows color (decimal): -3690793 or 14134983. OLE color: 14134983.

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

Color convert

RGB 199 174 215 -
CMYK 0.07 0.19 0 0.16
HSL 276.59º 0.34% 0.76% -
HSV(B) 276.59º 0.19% 0.84% -
XYZ 50.95 47.32 70.74 -
YUV 186.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 199 174 215 0.07 0.19 0 0.16 276.59 0.34 0.76
Hex C7 AE D7 7 13 0 10 115 22 4C
Octal 307 256 327 7 23 0 20 425 42 114
Binary 11000111 10101110 11010111 111 10011 0 10000 100010101 100010 1001100

Color Harmonies of #C7AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AED7

Black with #C7AED7

Text Example


Text Example

White with #C7AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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