#CBBADB

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

Shades of Prelude #CBBADB

Tints of Prelude #CBBADB

Color information

#CBBADB (or 0xCBBADB) is unknown color: approx Prelude. HEX triplet: CB, BA and DB. RGB value is (203,186,219). Sum of RGB (Red+Green+Blue) = 203+186+219=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBADB is #344524. Grayscale: #C2C2C2. Windows color (decimal): -3425573 or 14400203. OLE color: 14400203.

HSL color Cylindrical-coordinate representation of color #CBBADB: hue angle of 270.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBADB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203186219-
CMYK0.070.1500.14
HSL270.91º31.43%79.41%-
HSV(B)270.91º15.07%85.88%-
XYZ54.9752.9374.34-
YUV194.84141.63133.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=33.39%
G=30.59%
B=36.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031862190.070.1500.14270.9131.4379.41
HexCBBADB7F0E10f1f4f
Octal31327233371701641737117
Binary110010111011101011011011111111101110100001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBADB; }

 p { color: rgb(203,186,219); }

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

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

 a { background-color: rgb(203,186,219); }

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

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

 span { border-color: rgb(203,186,219); }

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