#CCABD5

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

Shades of Prelude #CCABD5

Tints of Prelude #CCABD5

Color information

#CCABD5 (or 0xCCABD5) is unknown color: approx Prelude. HEX triplet: CC, AB and D5. RGB value is (204,171,213). Sum of RGB (Red+Green+Blue) = 204+171+213=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABD5 is #33542A. Grayscale: #B9B9B9. Windows color (decimal): -3363883 or 14003148. OLE color: 14003148.

HSL color Cylindrical-coordinate representation of color #CCABD5: hue angle of 287.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCABD5 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204171213-
CMYK0.040.2000.16
HSL287.14º33.33%75.29%-
HSV(B)287.14º19.72%83.53%-
XYZ51.4746.7769.26-
YUV185.66143.43141.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=34.69%
G=29.08%
B=36.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041712130.040.2000.16287.1433.3375.29
HexCCABD541401011f214b
Octal31425332542402043741113
Binary110011001010101111010101100101000100001000111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABD5; }

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

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

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

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

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

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

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

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