#CBBAD7

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

Shades of Prelude #CBBAD7

Tints of Prelude #CBBAD7

Color information

#CBBAD7 (or 0xCBBAD7) is unknown color: approx Prelude. HEX triplet: CB, BA and D7. RGB value is (203,186,215). Sum of RGB (Red+Green+Blue) = 203+186+215=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAD7 is #344528. Grayscale: #C2C2C2. Windows color (decimal): -3425577 or 14138059. OLE color: 14138059.

HSL color Cylindrical-coordinate representation of color #CBBAD7: hue angle of 275.17º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBAD7 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203186215-
CMYK0.060.1300.16
HSL275.17º26.61%78.63%-
HSV(B)275.17º13.49%84.31%-
XYZ54.4552.7271.6-
YUV194.39139.63134.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=33.61%
G=30.79%
B=35.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031862150.060.1300.16275.1726.6178.63
HexCBBAD76D0101131b4f
Octal31327232761502042333117
Binary1100101110111010110101111101101010000100010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAD7; }

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

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

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

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

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

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

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

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