#CCB4DD

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

Shades of Prelude #CCB4DD

Tints of Prelude #CCB4DD

Color information

#CCB4DD (or 0xCCB4DD) is unknown color: approx Prelude. HEX triplet: CC, B4 and DD. RGB value is (204,180,221). Sum of RGB (Red+Green+Blue) = 204+180+221=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4DD is #334B22. Grayscale: #BFBFBF. Windows color (decimal): -3361571 or 14529740. OLE color: 14529740.

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

Color convert

RGB204180221-
CMYK0.080.1900.13
HSL275.12º37.61%78.63%-
HSV(B)275.12º18.55%86.67%-
XYZ54.2750.775.33-
YUV191.85144.45136.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=33.72%
G=29.75%
B=36.53%

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
Decimal2041802210.080.1900.13275.1237.6178.63
HexCCB4DD8130D113264f
Octal314264335102301542346117
Binary110011001011010011011101100010011011011000100111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4DD; }

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

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

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

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

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

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

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

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