#CCBADD

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

Shades of Prelude #CCBADD

Tints of Prelude #CCBADD

Color information

#CCBADD (or 0xCCBADD) is unknown color: approx Prelude. HEX triplet: CC, BA and DD. RGB value is (204,186,221). Sum of RGB (Red+Green+Blue) = 204+186+221=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBADD is #334522. Grayscale: #C3C3C3. Windows color (decimal): -3360035 or 14531276. OLE color: 14531276.

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

Color convert

RGB204186221-
CMYK0.080.1600.13
HSL270.86º33.98%79.8%-
HSV(B)270.86º15.84%86.67%-
XYZ55.5153.1875.74-
YUV195.37142.46134.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=33.39%
G=30.44%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041862210.080.1600.13270.8633.9879.8
HexCCBADD8100D10f2250
Octal314272335102001541742120
Binary110011001011101011011101100010000011011000011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBADD; }

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

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

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

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

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

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

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

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