#CBB3DC

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

Shades of Prelude #CBB3DC

Tints of Prelude #CBB3DC

Color information

#CBB3DC (or 0xCBB3DC) is unknown color: approx Prelude. HEX triplet: CB, B3 and DC. RGB value is (203,179,220). Sum of RGB (Red+Green+Blue) = 203+179+220=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3DC is #344C23. Grayscale: #BEBEBE. Windows color (decimal): -3427364 or 14463947. OLE color: 14463947.

HSL color Cylindrical-coordinate representation of color #CBB3DC: hue angle of 275.12º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB3DC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203179220-
CMYK0.080.1900.14
HSL275.12º36.94%78.24%-
HSV(B)275.12º18.64%86.27%-
XYZ53.6750.174.55-
YUV190.85144.45136.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=33.72%
G=29.73%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031792200.080.1900.14275.1236.9478.24
HexCBB3DC8130E113254e
Octal313263334102301642345116
Binary110010111011001111011100100010011011101000100111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3DC; }

 p { color: rgb(203,179,220); }

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

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

 a { background-color: rgb(203,179,220); }

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

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

 span { border-color: rgb(203,179,220); }

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