#CBB7DB

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

Shades of Prelude #CBB7DB

Tints of Prelude #CBB7DB

Color information

#CBB7DB (or 0xCBB7DB) is unknown color: approx Prelude. HEX triplet: CB, B7 and DB. RGB value is (203,183,219). Sum of RGB (Red+Green+Blue) = 203+183+219=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7DB is #344824. Grayscale: #C0C0C0. Windows color (decimal): -3426341 or 14399435. OLE color: 14399435.

HSL color Cylindrical-coordinate representation of color #CBB7DB: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB7DB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203183219-
CMYK0.070.1600.14
HSL273.33º33.33%78.82%-
HSV(B)273.33º16.44%85.88%-
XYZ54.3551.6874.13-
YUV193.08142.63135.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=33.55%
G=30.25%
B=36.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031832190.070.1600.14273.3333.3378.82
HexCBB7DB7100E111214f
Octal31326733372001642141117
Binary11001011101101111101101111110000011101000100011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7DB; }

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

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

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

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

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

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

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

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