#CBB7D3

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

Shades of Prelude #CBB7D3

Tints of Prelude #CBB7D3

Color information

#CBB7D3 (or 0xCBB7D3) is unknown color: approx Prelude. HEX triplet: CB, B7 and D3. RGB value is (203,183,211). Sum of RGB (Red+Green+Blue) = 203+183+211=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBB7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7D3 is #34482C. Grayscale: #C0C0C0. Windows color (decimal): -3426349 or 13875147. OLE color: 13875147.

HSL color Cylindrical-coordinate representation of color #CBB7D3: hue angle of 282.86º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB7D3 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203183211-
CMYK0.040.1300.17
HSL282.86º24.14%77.25%-
HSV(B)282.86º13.27%82.75%-
XYZ53.3251.2768.71-
YUV192.17138.63135.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 183 (71.88% from 255) = 30.65%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=34.00%
G=30.65%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031832110.040.1300.17282.8624.1477.25
HexCBB7D34D01111b184d
Octal31326732341502143330115
Binary1100101110110111110100111001101010001100011011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7D3; }

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

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

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

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

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

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

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

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