#C7BDCF

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

Shades of Prelude #C7BDCF

Tints of Prelude #C7BDCF

Color information

#C7BDCF (or 0xC7BDCF) is unknown color: approx Prelude. HEX triplet: C7, BD and CF. RGB value is (199,189,207). Sum of RGB (Red+Green+Blue) = 199+189+207=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDCF is #384230. Grayscale: #C1C1C1. Windows color (decimal): -3686961 or 13614535. OLE color: 13614535.

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

Color convert

RGB199189207-
CMYK0.040.0900.19
HSL273.33º15.79%77.65%-
HSV(B)273.33º8.7%81.18%-
XYZ53.0153.0466.48-
YUV194.04135.31131.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.45%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=33.45%
G=31.76%
B=34.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991892070.040.0900.19273.3315.7977.65
HexC7BDCF49013111104e
Octal30727531741102342120116
Binary1100011110111101110011111001001010011100010001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDCF; }

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

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

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

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

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

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

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

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