#CCB6D1

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

Shades of Prelude #CCB6D1

Tints of Prelude #CCB6D1

Color information

#CCB6D1 (or 0xCCB6D1) is unknown color: approx Prelude. HEX triplet: CC, B6 and D1. RGB value is (204,182,209). Sum of RGB (Red+Green+Blue) = 204+182+209=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6D1 is #33492E. Grayscale: #BFBFBF. Windows color (decimal): -3361071 or 13743820. OLE color: 13743820.

HSL color Cylindrical-coordinate representation of color #CCB6D1: hue angle of 288.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB6D1 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204182209-
CMYK0.020.1300.18
HSL288.89º22.69%76.67%-
HSV(B)288.89º12.92%81.96%-
XYZ53.1450.967.34-
YUV191.66137.79136.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=34.29%
G=30.59%
B=35.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041822090.020.1300.18288.8922.6976.67
HexCCB6D12D012121174d
Octal31426632121502244127115
Binary110011001011011011010001101101010010100100001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6D1; }

 p { color: rgb(204,182,209); }

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

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

 a { background-color: rgb(204,182,209); }

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

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

 span { border-color: rgb(204,182,209); }

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