#CCB0DF

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

Shades of Prelude #CCB0DF

Tints of Prelude #CCB0DF

Color information

#CCB0DF (or 0xCCB0DF) is unknown color: approx Prelude. HEX triplet: CC, B0 and DF. RGB value is (204,176,223). Sum of RGB (Red+Green+Blue) = 204+176+223=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DF is #334F20. Grayscale: #BDBDBD. Windows color (decimal): -3362593 or 14659788. OLE color: 14659788.

HSL color Cylindrical-coordinate representation of color #CCB0DF: hue angle of 275.74º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB0DF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204176223-
CMYK0.090.2100.13
HSL275.74º42.34%78.24%-
HSV(B)275.74º21.08%87.45%-
XYZ53.7549.2276.48-
YUV189.73146.78138.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=33.83%
G=29.19%
B=36.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041762230.090.2100.13275.7442.3478.24
HexCCB0DF9150D1142a4e
Octal314260337112501542452116
Binary110011001011000011011111100110101011011000101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0DF; }

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

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

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

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

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

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

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

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