#C7B4CD

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

Shades of Prelude #C7B4CD

Tints of Prelude #C7B4CD

Color information

#C7B4CD (or 0xC7B4CD) is unknown color: approx Prelude. HEX triplet: C7, B4 and CD. RGB value is (199,180,205). Sum of RGB (Red+Green+Blue) = 199+180+205=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4CD is #384B32. Grayscale: #BCBCBC. Windows color (decimal): -3689267 or 13481159. OLE color: 13481159.

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

Color convert

RGB199180205-
CMYK0.030.1200.20
HSL285.6º20%75.49%-
HSV(B)285.6º12.2%80.39%-
XYZ50.8949.1964.57-
YUV188.53137.29135.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.08%
GREEN value IS 180 (70.70% from 255) = 30.82%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=34.08%
G=30.82%
B=35.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991802050.030.1200.20285.62075.49
HexC7B4CD3C01411e144b
Octal30726431531402443624113
Binary110001111011010011001101111100010100100011110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B4CD; }

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

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

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

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

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

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

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

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