#CCB3DD

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

Shades of Prelude #CCB3DD

Tints of Prelude #CCB3DD

Color information

#CCB3DD (or 0xCCB3DD) is unknown color: approx Prelude. HEX triplet: CC, B3 and DD. RGB value is (204,179,221). Sum of RGB (Red+Green+Blue) = 204+179+221=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3DD is #334C22. Grayscale: #BFBFBF. Windows color (decimal): -3361827 or 14529484. OLE color: 14529484.

HSL color Cylindrical-coordinate representation of color #CCB3DD: hue angle of 275.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB3DD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204179221-
CMYK0.080.1900.13
HSL275.71º38.18%78.43%-
HSV(B)275.71º19%86.67%-
XYZ54.0750.375.27-
YUV191.26144.78137.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 179 (70.31% from 255) = 29.64%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=33.77%
G=29.64%
B=36.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041792210.080.1900.13275.7138.1878.43
HexCCB3DD8130D114264e
Octal314263335102301542446116
Binary110011001011001111011101100010011011011000101001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3DD; }

 p { color: rgb(204,179,221); }

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

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

 a { background-color: rgb(204,179,221); }

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

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

 span { border-color: rgb(204,179,221); }

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