#CCABD8

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

Shades of Prelude #CCABD8

Tints of Prelude #CCABD8

Color information

#CCABD8 (or 0xCCABD8) is unknown color: approx Prelude. HEX triplet: CC, AB and D8. RGB value is (204,171,216). Sum of RGB (Red+Green+Blue) = 204+171+216=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABD8 is #335427. Grayscale: #B9B9B9. Windows color (decimal): -3363880 or 14199756. OLE color: 14199756.

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

Color convert

RGB204171216-
CMYK0.060.2100.15
HSL284º36.59%75.88%-
HSV(B)284º20.83%84.71%-
XYZ51.8646.9271.29-
YUV186144.93140.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 216 (84.77% from 255) = 36.55%
R=34.52%
G=28.93%
B=36.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041712160.060.2100.1528436.5975.88
HexCCABD86150F11c254c
Octal31425333062501743445114
Binary11001100101010111101100011010101011111000111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABD8; }

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

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

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

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

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

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

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

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