#CCB0DD

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

Shades of Prelude #CCB0DD

Tints of Prelude #CCB0DD

Color information

#CCB0DD (or 0xCCB0DD) is unknown color: approx Prelude. HEX triplet: CC, B0 and DD. RGB value is (204,176,221). Sum of RGB (Red+Green+Blue) = 204+176+221=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DD is #334F22. Grayscale: #BDBDBD. Windows color (decimal): -3362595 or 14528716. OLE color: 14528716.

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

Color convert

RGB204176221-
CMYK0.080.2000.13
HSL277.33º39.82%77.84%-
HSV(B)277.33º20.36%86.67%-
XYZ53.4849.1175.07-
YUV189.5145.78138.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=33.94%
G=29.28%
B=36.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041762210.080.2000.13277.3339.8277.84
HexCCB0DD8140D115284e
Octal314260335102401542550116
Binary110011001011000011011101100010100011011000101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0DD; }

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

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

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

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

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

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

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

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