#CCB3D9

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

Shades of Prelude #CCB3D9

Tints of Prelude #CCB3D9

Color information

#CCB3D9 (or 0xCCB3D9) is unknown color: approx Prelude. HEX triplet: CC, B3 and D9. RGB value is (204,179,217). Sum of RGB (Red+Green+Blue) = 204+179+217=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCB3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3D9 is #334C26. Grayscale: #BEBEBE. Windows color (decimal): -3361831 or 14267340. OLE color: 14267340.

HSL color Cylindrical-coordinate representation of color #CCB3D9: hue angle of 279.47º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB3D9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204179217-
CMYK0.060.1800.15
HSL279.47º33.33%77.65%-
HSV(B)279.47º17.51%85.1%-
XYZ53.5550.0972.49-
YUV190.81142.78137.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 179 (70.31% from 255) = 29.83%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=34%
G=29.83%
B=36.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041792170.060.1800.15279.4733.3377.65
HexCCB3D96120F117214e
Octal31426333162201742741116
Binary11001100101100111101100111010010011111000101111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3D9; }

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

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

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

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

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

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

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

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