#CBB9DA

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

Shades of Prelude #CBB9DA

Tints of Prelude #CBB9DA

Color information

#CBB9DA (or 0xCBB9DA) is unknown color: approx Prelude. HEX triplet: CB, B9 and DA. RGB value is (203,185,218). Sum of RGB (Red+Green+Blue) = 203+185+218=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9DA is #344625. Grayscale: #C2C2C2. Windows color (decimal): -3425830 or 14334411. OLE color: 14334411.

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

Color convert

RGB203185218-
CMYK0.070.1500.15
HSL272.73º30.84%79.02%-
HSV(B)272.73º15.14%85.49%-
XYZ54.6352.4673.58-
YUV194.14141.46134.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=33.50%
G=30.53%
B=35.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031852180.070.1500.15272.7330.8479.02
HexCBB9DA7F0F1111f4f
Octal31327133271701742137117
Binary110010111011100111011010111111101111100010001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9DA; }

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

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

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

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

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

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

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

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