#CBB5D8

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

Shades of Prelude #CBB5D8

Tints of Prelude #CBB5D8

Color information

#CBB5D8 (or 0xCBB5D8) is unknown color: approx Prelude. HEX triplet: CB, B5 and D8. RGB value is (203,181,216). Sum of RGB (Red+Green+Blue) = 203+181+216=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5D8 is #344A27. Grayscale: #BFBFBF. Windows color (decimal): -3426856 or 14202315. OLE color: 14202315.

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

Color convert

RGB203181216-
CMYK0.060.1600.15
HSL277.71º30.97%77.84%-
HSV(B)277.71º16.2%84.71%-
XYZ53.5550.771.93-
YUV191.57141.79136.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 181 (71.09% from 255) = 30.17%
BLUE value IS 216 (84.77% from 255) = 36%
R=33.83%
G=30.17%
B=36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031812160.060.1600.15277.7130.9777.84
HexCBB5D86100F1161f4e
Octal31326533062001742637116
Binary1100101110110101110110001101000001111100010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5D8; }

 p { color: rgb(203,181,216); }

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

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

 a { background-color: rgb(203,181,216); }

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

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

 span { border-color: rgb(203,181,216); }

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