#C6B2CD

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

Shades of Prelude #C6B2CD

Tints of Prelude #C6B2CD

Color information

#C6B2CD (or 0xC6B2CD) is unknown color: approx Prelude. HEX triplet: C6, B2 and CD. RGB value is (198,178,205). Sum of RGB (Red+Green+Blue) = 198+178+205=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B2CD is #394D32. Grayscale: #BABABA. Windows color (decimal): -3755315 or 13480646. OLE color: 13480646.

HSL color Cylindrical-coordinate representation of color #C6B2CD: hue angle of 284.44º 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 #C6B2CD is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198178205-
CMYK0.030.1300.20
HSL284.44º21.26%75.1%-
HSV(B)284.44º13.17%80.39%-
XYZ50.2348.2564.42-
YUV187.06138.13135.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=34.08%
G=30.64%
B=35.28%

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
Decimal1981782050.030.1300.20284.4421.2675.1
HexC6B2CD3D01411c154b
Octal30626231531502443425113
Binary110001101011001011001101111101010100100011100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B2CD; }

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

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

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

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

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

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

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

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