Html Css Color HEX #C7A9D5 Prelude

📋 copy color: '#C7A9D5'

red 199 ◦ green 169 ◦ blue 213

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

Shades of Prelude #C7A9D5

Tints of Prelude #C7A9D5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.09%

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

R = 34.25%
G = 29.09%
B = 36.66%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C7A9D5 (or 0xC7A9D5) is known color: Prelude. HEX triplet: C7, A9 and D5. RGB value is (199,169,213). Sum of RGB (Red+Green+Blue) = 199+169+213=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7A9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9D5 is #38562A. Grayscale: #B6B6B6. Windows color (decimal): -3692075 or 14002631. OLE color: 14002631.

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

Color convert

RGB 199 169 213 -
CMYK 0.07 0.21 0 0.16
HSL 280.91º 0.34% 0.75% -
HSV(B) 280.91º 0.21% 0.84% -
XYZ 49.75 45.32 69.08 -
YUV 182.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 199 169 213 0.07 0.21 0 0.16 280.91 0.34 0.75
Hex C7 A9 D5 7 15 0 10 119 22 4B
Octal 307 251 325 7 25 0 20 431 42 113
Binary 11000111 10101001 11010101 111 10101 0 10000 100011001 100010 1001011

Color Harmonies of #C7A9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A9D5

Black with #C7A9D5

Text Example


Text Example

White with #C7A9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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