#CBB5DA

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

Shades of Prelude #CBB5DA

Tints of Prelude #CBB5DA

Color information

#CBB5DA (or 0xCBB5DA) is unknown color: approx Prelude. HEX triplet: CB, B5 and DA. RGB value is (203,181,218). Sum of RGB (Red+Green+Blue) = 203+181+218=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5DA is #344A25. Grayscale: #BFBFBF. Windows color (decimal): -3426854 or 14333387. OLE color: 14333387.

HSL color Cylindrical-coordinate representation of color #CBB5DA: hue angle of 275.68º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB5DA is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203181218-
CMYK0.070.1700.15
HSL275.68º33.33%78.24%-
HSV(B)275.68º16.97%85.49%-
XYZ53.8150.8173.3-
YUV191.8142.79135.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=33.72%
G=30.07%
B=36.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031812180.070.1700.15275.6833.3378.24
HexCBB5DA7110F114214e
Octal31326533272101742441116
Binary11001011101101011101101011110001011111000101001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5DA; }

 p { color: rgb(203,181,218); }

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

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

 a { background-color: rgb(203,181,218); }

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

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

 span { border-color: rgb(203,181,218); }

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