#C8B4D7

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

Shades of Prelude #C8B4D7

Tints of Prelude #C8B4D7

Color information

#C8B4D7 (or 0xC8B4D7) is unknown color: approx Prelude. HEX triplet: C8, B4 and D7. RGB value is (200,180,215). Sum of RGB (Red+Green+Blue) = 200+180+215=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #C8B4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4D7 is #374B28. Grayscale: #BDBDBD. Windows color (decimal): -3623721 or 14136520. OLE color: 14136520.

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

Color convert

RGB200180215-
CMYK0.070.1600.16
HSL274.29º30.43%77.45%-
HSV(B)274.29º16.28%84.31%-
XYZ52.4149.8371.15-
YUV189.97142.13135.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.61%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=33.61%
G=30.25%
B=36.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001802150.070.1600.16274.2930.4377.45
HexC8B4D77100101121e4d
Octal31026432772002042236115
Binary11001000101101001101011111110000010000100010010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4D7; }

 p { color: rgb(200,180,215); }

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

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

 a { background-color: rgb(200,180,215); }

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

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

 span { border-color: rgb(200,180,215); }

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