#CCB1DA

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

Shades of Prelude #CCB1DA

Tints of Prelude #CCB1DA

Color information

#CCB1DA (or 0xCCB1DA) is unknown color: approx Prelude. HEX triplet: CC, B1 and DA. RGB value is (204,177,218). Sum of RGB (Red+Green+Blue) = 204+177+218=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1DA is #334E25. Grayscale: #BDBDBD. Windows color (decimal): -3362342 or 14332364. OLE color: 14332364.

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

Color convert

RGB204177218-
CMYK0.060.1900.15
HSL279.51º35.65%77.45%-
HSV(B)279.51º18.81%85.49%-
XYZ53.2849.3473.05-
YUV189.75143.95138.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 177 (69.53% from 255) = 29.55%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=34.06%
G=29.55%
B=36.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041772180.060.1900.15279.5135.6577.45
HexCCB1DA6130F118244d
Octal31426133262301743044115
Binary11001100101100011101101011010011011111000110001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1DA; }

 p { color: rgb(204,177,218); }

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

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

 a { background-color: rgb(204,177,218); }

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

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

 span { border-color: rgb(204,177,218); }

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