#CBACD6

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

Shades of Prelude #CBACD6

Tints of Prelude #CBACD6

Color information

#CBACD6 (or 0xCBACD6) is unknown color: approx Prelude. HEX triplet: CB, AC and D6. RGB value is (203,172,214). Sum of RGB (Red+Green+Blue) = 203+172+214=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACD6 is #345329. Grayscale: #B9B9B9. Windows color (decimal): -3429162 or 14068939. OLE color: 14068939.

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

Color convert

RGB203172214-
CMYK0.050.2000.16
HSL284.29º33.87%75.69%-
HSV(B)284.29º19.63%83.92%-
XYZ51.5247.0669.99-
YUV186.06143.77140.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=34.47%
G=29.20%
B=36.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031722140.050.2000.16284.2933.8775.69
HexCBACD651401011c224c
Octal31325432652402043442114
Binary110010111010110011010110101101000100001000111001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACD6; }

 p { color: rgb(203,172,214); }

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

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

 a { background-color: rgb(203,172,214); }

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

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

 span { border-color: rgb(203,172,214); }

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