#C7BDCD

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

Shades of Prelude #C7BDCD

Tints of Prelude #C7BDCD

Color information

#C7BDCD (or 0xC7BDCD) is unknown color: approx Prelude. HEX triplet: C7, BD and CD. RGB value is (199,189,205). Sum of RGB (Red+Green+Blue) = 199+189+205=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDCD is #384232. Grayscale: #C1C1C1. Windows color (decimal): -3686963 or 13483463. OLE color: 13483463.

HSL color Cylindrical-coordinate representation of color #C7BDCD: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BDCD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199189205-
CMYK0.030.0800.20
HSL277.5º13.79%77.25%-
HSV(B)277.5º7.8%80.39%-
XYZ52.7752.9565.2-
YUV193.81134.31131.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.56%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=33.56%
G=31.87%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991892050.030.0800.20277.513.7977.25
HexC7BDCD38014116e4d
Octal30727531531002442616115
Binary11000111101111011100110111100001010010001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDCD; }

 p { color: rgb(199,189,205); }

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

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

 a { background-color: rgb(199,189,205); }

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

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

 span { border-color: rgb(199,189,205); }

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