#CCB5D9

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

Shades of Prelude #CCB5D9

Tints of Prelude #CCB5D9

Color information

#CCB5D9 (or 0xCCB5D9) is unknown color: approx Prelude. HEX triplet: CC, B5 and D9. RGB value is (204,181,217). Sum of RGB (Red+Green+Blue) = 204+181+217=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5D9 is #334A26. Grayscale: #BFBFBF. Windows color (decimal): -3361319 or 14267852. OLE color: 14267852.

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

Color convert

RGB204181217-
CMYK0.060.1700.15
HSL278.33º32.14%78.04%-
HSV(B)278.33º16.59%85.1%-
XYZ53.9550.8972.63-
YUV191.98142.12136.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=33.89%
G=30.07%
B=36.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041812170.060.1700.15278.3332.1478.04
HexCCB5D96110F116204e
Octal31426533162101742640116
Binary11001100101101011101100111010001011111000101101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5D9; }

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

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

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

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

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

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

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

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