#CBB7D0

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

Shades of Prelude #CBB7D0

Tints of Prelude #CBB7D0

Color information

#CBB7D0 (or 0xCBB7D0) is unknown color: approx Prelude. HEX triplet: CB, B7 and D0. RGB value is (203,183,208). Sum of RGB (Red+Green+Blue) = 203+183+208=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7D0 is #34482F. Grayscale: #BFBFBF. Windows color (decimal): -3426352 or 13678539. OLE color: 13678539.

HSL color Cylindrical-coordinate representation of color #CBB7D0: hue angle of 288º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB7D0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203183208-
CMYK0.020.1200.18
HSL288º21.01%76.67%-
HSV(B)288º12.02%81.57%-
XYZ52.9551.1266.75-
YUV191.83137.13135.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=34.18%
G=30.81%
B=35.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031832080.020.1200.1828821.0176.67
HexCBB7D02C012120154d
Octal31326732021402244025115
Binary110010111011011111010000101100010010100100000101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7D0; }

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

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

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

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

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

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

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

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