#CBABD1

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

Shades of Prelude #CBABD1

Tints of Prelude #CBABD1

Color information

#CBABD1 (or 0xCBABD1) is unknown color: approx Prelude. HEX triplet: CB, AB and D1. RGB value is (203,171,209). Sum of RGB (Red+Green+Blue) = 203+171+209=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABD1 is #34542E. Grayscale: #B8B8B8. Windows color (decimal): -3429423 or 13741003. OLE color: 13741003.

HSL color Cylindrical-coordinate representation of color #CBABD1: hue angle of 290.53º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBABD1 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203171209-
CMYK0.030.1800.18
HSL290.53º29.23%74.51%-
HSV(B)290.53º18.18%81.96%-
XYZ50.746.4366.61-
YUV184.9141.6140.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=34.82%
G=29.33%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031712090.030.1800.18290.5329.2374.51
HexCBABD13120121231d4b
Octal31325332132202244335113
Binary1100101110101011110100011110010010010100100011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABD1; }

 p { color: rgb(203,171,209); }

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

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

 a { background-color: rgb(203,171,209); }

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

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

 span { border-color: rgb(203,171,209); }

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