#CBACD5

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

Shades of Prelude #CBACD5

Tints of Prelude #CBACD5

Color information

#CBACD5 (or 0xCBACD5) is unknown color: approx Prelude. HEX triplet: CB, AC and D5. RGB value is (203,172,213). Sum of RGB (Red+Green+Blue) = 203+172+213=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 172 (67.58% from 255 or 29.25% 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 #CBACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACD5 is #34532A. Grayscale: #B9B9B9. Windows color (decimal): -3429163 or 14003403. OLE color: 14003403.

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

Color convert

RGB203172213-
CMYK0.050.1900.16
HSL285.37º32.8%75.49%-
HSV(B)285.37º19.25%83.53%-
XYZ51.3947.0169.32-
YUV185.94143.27140.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=34.52%
G=29.25%
B=36.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031722130.050.1900.16285.3732.875.49
HexCBACD551301011d214b
Octal31325432552302043541113
Binary110010111010110011010101101100110100001000111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACD5; }

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

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

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

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

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

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

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

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