#CCACDB

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

Shades of Prelude #CCACDB

Tints of Prelude #CCACDB

Color information

#CCACDB (or 0xCCACDB) is unknown color: approx Prelude. HEX triplet: CC, AC and DB. RGB value is (204,172,219). Sum of RGB (Red+Green+Blue) = 204+172+219=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACDB is #335324. Grayscale: #BABABA. Windows color (decimal): -3363621 or 14396620. OLE color: 14396620.

HSL color Cylindrical-coordinate representation of color #CCACDB: hue angle of 280.85º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCACDB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204172219-
CMYK0.070.2100.14
HSL280.85º39.5%76.67%-
HSV(B)280.85º21.46%85.88%-
XYZ52.4447.4673.41-
YUV186.93146.1140.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=34.29%
G=28.91%
B=36.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041722190.070.2100.14280.8539.576.67
HexCCACDB7150E119274d
Octal31425433372501643147115
Binary11001100101011001101101111110101011101000110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACDB; }

 p { color: rgb(204,172,219); }

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

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

 a { background-color: rgb(204,172,219); }

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

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

 span { border-color: rgb(204,172,219); }

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