Html Css Color HEX #C7ABD5 Prelude

📋 copy color: '#C7ABD5'

red 199 ◦ green 171 ◦ blue 213

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

Shades of Prelude #C7ABD5

Tints of Prelude #C7ABD5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.33%

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

R = 34.13%
G = 29.33%
B = 36.54%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C7ABD5 (or 0xC7ABD5) is known color: Prelude. HEX triplet: C7, AB and D5. RGB value is (199,171,213). Sum of RGB (Red+Green+Blue) = 199+171+213=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7ABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABD5 is #38542A. Grayscale: #B8B8B8. Windows color (decimal): -3691563 or 14003143. OLE color: 14003143.

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

Color convert

RGB 199 171 213 -
CMYK 0.07 0.20 0 0.16
HSL 280º 0.33% 0.75% -
HSV(B) 280º 0.2% 0.84% -
XYZ 50.13 46.07 69.2 -
YUV 184.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 199 171 213 0.07 0.20 0 0.16 280 0.33 0.75
Hex C7 AB D5 7 14 0 10 118 21 4B
Octal 307 253 325 7 24 0 20 430 41 113
Binary 11000111 10101011 11010101 111 10100 0 10000 100011000 100001 1001011

Color Harmonies of #C7ABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ABD5

Black with #C7ABD5

Text Example


Text Example

White with #C7ABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ABD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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