#CCB7DC

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

Shades of Prelude #CCB7DC

Tints of Prelude #CCB7DC

Color information

#CCB7DC (or 0xCCB7DC) is unknown color: approx Prelude. HEX triplet: CC, B7 and DC. RGB value is (204,183,220). Sum of RGB (Red+Green+Blue) = 204+183+220=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DC is #334823. Grayscale: #C1C1C1. Windows color (decimal): -3360804 or 14464972. OLE color: 14464972.

HSL color Cylindrical-coordinate representation of color #CCB7DC: hue angle of 274.05º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB7DC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204183220-
CMYK0.070.1700.14
HSL274.05º34.58%79.02%-
HSV(B)274.05º16.82%86.27%-
XYZ54.7551.8774.84-
YUV193.5142.96135.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=33.61%
G=30.15%
B=36.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041832200.070.1700.14274.0534.5879.02
HexCCB7DC7110E112234f
Octal31426733472101642243117
Binary11001100101101111101110011110001011101000100101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7DC; }

 p { color: rgb(204,183,220); }

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

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

 a { background-color: rgb(204,183,220); }

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

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

 span { border-color: rgb(204,183,220); }

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