#CBB0D2

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

Shades of Prelude #CBB0D2

Tints of Prelude #CBB0D2

Color information

#CBB0D2 (or 0xCBB0D2) is unknown color: approx Prelude. HEX triplet: CB, B0 and D2. RGB value is (203,176,210). Sum of RGB (Red+Green+Blue) = 203+176+210=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBB0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0D2 is #344F2D. Grayscale: #BBBBBB. Windows color (decimal): -3428142 or 13807819. OLE color: 13807819.

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

Color convert

RGB203176210-
CMYK0.030.1600.18
HSL287.65º27.42%75.69%-
HSV(B)287.65º16.19%82.35%-
XYZ51.7948.467.59-
YUV187.95140.45138.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=34.47%
G=29.88%
B=35.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031762100.030.1600.18287.6527.4275.69
HexCBB0D23100121201b4c
Octal31326032232002244033114
Binary1100101110110000110100101110000010010100100000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0D2; }

 p { color: rgb(203,176,210); }

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

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

 a { background-color: rgb(203,176,210); }

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

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

 span { border-color: rgb(203,176,210); }

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