#CCB3DF

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

Shades of Prelude #CCB3DF

Tints of Prelude #CCB3DF

Color information

#CCB3DF (or 0xCCB3DF) is unknown color: approx Prelude. HEX triplet: CC, B3 and DF. RGB value is (204,179,223). Sum of RGB (Red+Green+Blue) = 204+179+223=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3DF is #334C20. Grayscale: #BFBFBF. Windows color (decimal): -3361825 or 14660556. OLE color: 14660556.

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

Color convert

RGB204179223-
CMYK0.090.2000.13
HSL274.09º40.74%78.82%-
HSV(B)274.09º19.73%87.45%-
XYZ54.3450.4176.68-
YUV191.49145.78136.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=33.66%
G=29.54%
B=36.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041792230.090.2000.13274.0940.7478.82
HexCCB3DF9140D112294f
Octal314263337112401542251117
Binary110011001011001111011111100110100011011000100101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3DF; }

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

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

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

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

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

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

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

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