#CCB0DA

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

Shades of Prelude #CCB0DA

Tints of Prelude #CCB0DA

Color information

#CCB0DA (or 0xCCB0DA) is unknown color: approx Prelude. HEX triplet: CC, B0 and DA. RGB value is (204,176,218). Sum of RGB (Red+Green+Blue) = 204+176+218=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0DA is #334F25. Grayscale: #BDBDBD. Windows color (decimal): -3362598 or 14332108. OLE color: 14332108.

HSL color Cylindrical-coordinate representation of color #CCB0DA: hue angle of 280º 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 #CCB0DA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204176218-
CMYK0.060.1900.15
HSL280º36.21%77.25%-
HSV(B)280º19.27%85.49%-
XYZ53.0848.9572.98-
YUV189.16144.28138.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.11%
GREEN value IS 176 (69.14% from 255) = 29.43%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=34.11%
G=29.43%
B=36.45%

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
Decimal2041762180.060.1900.1528036.2177.25
HexCCB0DA6130F118244d
Octal31426033262301743044115
Binary11001100101100001101101011010011011111000110001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0DA; }

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

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

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

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

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

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

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

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