#CBABDA

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

Shades of Prelude #CBABDA

Tints of Prelude #CBABDA

Color information

#CBABDA (or 0xCBABDA) is unknown color: approx Prelude. HEX triplet: CB, AB and DA. RGB value is (203,171,218). Sum of RGB (Red+Green+Blue) = 203+171+218=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABDA is #345425. Grayscale: #B9B9B9. Windows color (decimal): -3429414 or 14330827. OLE color: 14330827.

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

Color convert

RGB203171218-
CMYK0.070.2200.15
HSL280.85º38.84%76.27%-
HSV(B)280.85º21.56%85.49%-
XYZ51.8546.8872.65-
YUV185.93146.1140.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=34.29%
G=28.89%
B=36.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031712180.070.2200.15280.8538.8476.27
HexCBABDA7160F119274c
Octal31325333272601743147114
Binary11001011101010111101101011110110011111000110011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABDA; }

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

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

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

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

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

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

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

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