#CBB6D7

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

Shades of Prelude #CBB6D7

Tints of Prelude #CBB6D7

Color information

#CBB6D7 (or 0xCBB6D7) is unknown color: approx Prelude. HEX triplet: CB, B6 and D7. RGB value is (203,182,215). Sum of RGB (Red+Green+Blue) = 203+182+215=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBB6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6D7 is #344928. Grayscale: #BFBFBF. Windows color (decimal): -3426601 or 14137035. OLE color: 14137035.

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

Color convert

RGB203182215-
CMYK0.060.1500.16
HSL278.18º29.2%77.84%-
HSV(B)278.18º15.35%84.31%-
XYZ53.6251.0671.32-
YUV192.04140.96135.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 182 (71.48% from 255) = 30.33%
BLUE value IS 215 (84.38% from 255) = 35.83%
R=33.83%
G=30.33%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031822150.060.1500.16278.1829.277.84
HexCBB6D76F0101161d4e
Octal31326632761702042635116
Binary1100101110110110110101111101111010000100010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6D7; }

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

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

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

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

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

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

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

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