#CCB6DE

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

Shades of Prelude #CCB6DE

Tints of Prelude #CCB6DE

Color information

#CCB6DE (or 0xCCB6DE) is unknown color: approx Prelude. HEX triplet: CC, B6 and DE. RGB value is (204,182,222). Sum of RGB (Red+Green+Blue) = 204+182+222=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6DE is #334921. Grayscale: #C1C1C1. Windows color (decimal): -3361058 or 14595788. OLE color: 14595788.

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

Color convert

RGB204182222-
CMYK0.080.1800.13
HSL273º37.74%79.22%-
HSV(B)273º18.02%87.06%-
XYZ54.8151.5776.17-
YUV193.14144.29135.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 182 (71.48% from 255) = 29.93%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=33.55%
G=29.93%
B=36.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041822220.080.1800.1327337.7479.22
HexCCB6DE8120D111264f
Octal314266336102201542146117
Binary110011001011011011011110100010010011011000100011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6DE; }

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

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

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

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

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

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

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

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