#CBABD2

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

Shades of Prelude #CBABD2

Tints of Prelude #CBABD2

Color information

#CBABD2 (or 0xCBABD2) is unknown color: approx Prelude. HEX triplet: CB, AB and D2. RGB value is (203,171,210). Sum of RGB (Red+Green+Blue) = 203+171+210=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABD2 is #34542D. Grayscale: #B8B8B8. Windows color (decimal): -3429422 or 13806539. OLE color: 13806539.

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

Color convert

RGB203171210-
CMYK0.030.1900.18
HSL289.23º30.23%74.71%-
HSV(B)289.23º18.57%82.35%-
XYZ50.8246.4867.26-
YUV185.01142.1140.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 210 (82.42% from 255) = 35.96%
R=34.76%
G=29.28%
B=35.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031712100.030.1900.18289.2330.2374.71
HexCBABD23130121211e4b
Octal31325332232302244136113
Binary1100101110101011110100101110011010010100100001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABD2; }

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

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

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

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

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

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

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

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