#C8ABD5

Color #C8ABD5 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C8ABD5

Tints of Prelude #C8ABD5

Color information

#C8ABD5 (or 0xC8ABD5) is unknown color: approx Prelude. HEX triplet: C8, AB and D5. RGB value is (200,171,213). Sum of RGB (Red+Green+Blue) = 200+171+213=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 171 (67.19% from 255 or 29.28% 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 #C8ABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABD5 is #37542A. Grayscale: #B8B8B8. Windows color (decimal): -3626027 or 14003144. OLE color: 14003144.

HSL color Cylindrical-coordinate representation of color #C8ABD5: hue angle of 281.43º 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 #C8ABD5 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200171213-
CMYK0.060.2000.16
HSL281.43º33.33%75.29%-
HSV(B)281.43º19.72%83.53%-
XYZ50.3946.2169.21-
YUV184.46144.11139.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 213 (83.59% from 255) = 36.47%
R=34.25%
G=29.28%
B=36.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001712130.060.2000.16281.4333.3375.29
HexC8ABD5614010119214b
Octal31025332562402043141113
Binary110010001010101111010101110101000100001000110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABD5; }

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

 H1.HeaderClassName
 {
   color: #C8ABD5;
 }
 .AnyTagClassName
 {
   color: #C8ABD5;
 }
</style>
background-color css

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

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

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

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

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

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