#C7B2CD

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

Shades of Prelude #C7B2CD

Tints of Prelude #C7B2CD

Color information

#C7B2CD (or 0xC7B2CD) is unknown color: approx Prelude. HEX triplet: C7, B2 and CD. RGB value is (199,178,205). Sum of RGB (Red+Green+Blue) = 199+178+205=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2CD is #384D32. Grayscale: #BBBBBB. Windows color (decimal): -3689779 or 13480647. OLE color: 13480647.

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

Color convert

RGB199178205-
CMYK0.030.1300.20
HSL286.67º21.26%75.1%-
HSV(B)286.67º13.17%80.39%-
XYZ50.4948.3964.44-
YUV187.36137.96136.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.19%
GREEN value IS 178 (69.92% from 255) = 30.58%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=34.19%
G=30.58%
B=35.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991782050.030.1300.20286.6721.2675.1
HexC7B2CD3D01411f154b
Octal30726231531502443725113
Binary110001111011001011001101111101010100100011111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B2CD; }

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

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

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

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

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

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

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

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