#CBB2D1

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

Shades of Prelude #CBB2D1

Tints of Prelude #CBB2D1

Color information

#CBB2D1 (or 0xCBB2D1) is unknown color: approx Prelude. HEX triplet: CB, B2 and D1. RGB value is (203,178,209). Sum of RGB (Red+Green+Blue) = 203+178+209=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBB2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2D1 is #344D2E. Grayscale: #BCBCBC. Windows color (decimal): -3427631 or 13742795. OLE color: 13742795.

HSL color Cylindrical-coordinate representation of color #CBB2D1: hue angle of 288.39º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB2D1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203178209-
CMYK0.030.1500.18
HSL288.39º25.2%75.88%-
HSV(B)288.39º14.83%81.96%-
XYZ52.0649.1467.06-
YUV189.01139.28137.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 178 (69.92% from 255) = 30.17%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=34.41%
G=30.17%
B=35.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031782090.030.1500.18288.3925.275.88
HexCBB2D13F012120194c
Octal31326232131702244031114
Binary110010111011001011010001111111010010100100000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2D1; }

 p { color: rgb(203,178,209); }

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

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

 a { background-color: rgb(203,178,209); }

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

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

 span { border-color: rgb(203,178,209); }

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