#CBB6CD

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

Shades of Prelude #CBB6CD

Tints of Prelude #CBB6CD

Color information

#CBB6CD (or 0xCBB6CD) is unknown color: approx Prelude. HEX triplet: CB, B6 and CD. RGB value is (203,182,205). Sum of RGB (Red+Green+Blue) = 203+182+205=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6CD is #344932. Grayscale: #BEBEBE. Windows color (decimal): -3426611 or 13481675. OLE color: 13481675.

HSL color Cylindrical-coordinate representation of color #CBB6CD: hue angle of 294.78º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB6CD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203182205-
CMYK0.010.1100.20
HSL294.78º18.7%75.88%-
HSV(B)294.78º11.22%80.39%-
XYZ52.3850.5664.76-
YUV190.9135.96136.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=34.41%
G=30.85%
B=34.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031822050.010.1100.20294.7818.775.88
HexCBB6CD1B014127134c
Octal31326631511302444723114
Binary11001011101101101100110111011010100100100111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6CD; }

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

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

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

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

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

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

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

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