#CCABDA

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

Shades of Prelude #CCABDA

Tints of Prelude #CCABDA

Color information

#CCABDA (or 0xCCABDA) is unknown color: approx Prelude. HEX triplet: CC, AB and DA. RGB value is (204,171,218). Sum of RGB (Red+Green+Blue) = 204+171+218=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABDA is #335425. Grayscale: #BABABA. Windows color (decimal): -3363878 or 14330828. OLE color: 14330828.

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

Color convert

RGB204171218-
CMYK0.060.2200.15
HSL282.13º38.84%76.27%-
HSV(B)282.13º21.56%85.49%-
XYZ52.1247.0372.66-
YUV186.22145.93140.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=34.40%
G=28.84%
B=36.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041712180.060.2200.15282.1338.8476.27
HexCCABDA6160F11a274c
Octal31425333262601743247114
Binary11001100101010111101101011010110011111000110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABDA; }

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

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

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

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

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

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

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

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