#CCB5D8

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

Shades of Prelude #CCB5D8

Tints of Prelude #CCB5D8

Color information

#CCB5D8 (or 0xCCB5D8) is unknown color: approx Prelude. HEX triplet: CC, B5 and D8. RGB value is (204,181,216). Sum of RGB (Red+Green+Blue) = 204+181+216=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5D8 is #334A27. Grayscale: #BFBFBF. Windows color (decimal): -3361320 or 14202316. OLE color: 14202316.

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

Color convert

RGB204181216-
CMYK0.060.1600.15
HSL279.43º30.97%77.84%-
HSV(B)279.43º16.2%84.71%-
XYZ53.8250.8471.94-
YUV191.87141.62136.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 181 (71.09% from 255) = 30.12%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=33.94%
G=30.12%
B=35.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041812160.060.1600.15279.4330.9777.84
HexCCB5D86100F1171f4e
Octal31426533062001742737116
Binary1100110010110101110110001101000001111100010111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5D8; }

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

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

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

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

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

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

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

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