#C7BDD0

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

Shades of Prelude #C7BDD0

Tints of Prelude #C7BDD0

Color information

#C7BDD0 (or 0xC7BDD0) is unknown color: approx Prelude. HEX triplet: C7, BD and D0. RGB value is (199,189,208). Sum of RGB (Red+Green+Blue) = 199+189+208=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #C7BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDD0 is #38422F. Grayscale: #C2C2C2. Windows color (decimal): -3686960 or 13680071. OLE color: 13680071.

HSL color Cylindrical-coordinate representation of color #C7BDD0: hue angle of 271.58º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BDD0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB199189208-
CMYK0.040.0900.18
HSL271.58º16.81%77.84%-
HSV(B)271.58º9.13%81.57%-
XYZ53.1453.0967.12-
YUV194.16135.81131.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=33.39%
G=31.71%
B=34.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1991892080.040.0900.18271.5816.8177.84
HexC7BDD049012110114e
Octal30727532041102242021116
Binary1100011110111101110100001001001010010100010000100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDD0; }

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

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

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

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

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

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

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

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