#CBB6DD

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

Shades of Prelude #CBB6DD

Tints of Prelude #CBB6DD

Color information

#CBB6DD (or 0xCBB6DD) is unknown color: approx Prelude. HEX triplet: CB, B6 and DD. RGB value is (203,182,221). Sum of RGB (Red+Green+Blue) = 203+182+221=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6DD is #344922. Grayscale: #C0C0C0. Windows color (decimal): -3426595 or 14530251. OLE color: 14530251.

HSL color Cylindrical-coordinate representation of color #CBB6DD: hue angle of 272.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB6DD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203182221-
CMYK0.080.1800.13
HSL272.31º36.45%79.02%-
HSV(B)272.31º17.65%86.67%-
XYZ54.4151.3775.45-
YUV192.72143.96135.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=33.50%
G=30.03%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031822210.080.1800.13272.3136.4579.02
HexCBB6DD8120D110244f
Octal313266335102201542044117
Binary110010111011011011011101100010010011011000100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6DD; }

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

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

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

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

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

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

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

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