#CBB7DD

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

Shades of Prelude #CBB7DD

Tints of Prelude #CBB7DD

Color information

#CBB7DD (or 0xCBB7DD) is unknown color: approx Prelude. HEX triplet: CB, B7 and DD. RGB value is (203,183,221). Sum of RGB (Red+Green+Blue) = 203+183+221=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7DD is #344822. Grayscale: #C1C1C1. Windows color (decimal): -3426339 or 14530507. OLE color: 14530507.

HSL color Cylindrical-coordinate representation of color #CBB7DD: hue angle of 271.58º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB7DD is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203183221-
CMYK0.080.1700.13
HSL271.58º35.85%79.22%-
HSV(B)271.58º17.19%86.67%-
XYZ54.6151.7875.52-
YUV193.31143.63134.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=33.44%
G=30.15%
B=36.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031832210.080.1700.13271.5835.8579.22
HexCBB7DD8110D110244f
Octal313267335102101542044117
Binary110010111011011111011101100010001011011000100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7DD; }

 p { color: rgb(203,183,221); }

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

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

 a { background-color: rgb(203,183,221); }

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

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

 span { border-color: rgb(203,183,221); }

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