#CBBBD8

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

Shades of Prelude #CBBBD8

Tints of Prelude #CBBBD8

Color information

#CBBBD8 (or 0xCBBBD8) is unknown color: approx Prelude. HEX triplet: CB, BB and D8. RGB value is (203,187,216). Sum of RGB (Red+Green+Blue) = 203+187+216=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBD8 is #344427. Grayscale: #C2C2C2. Windows color (decimal): -3425320 or 14203851. OLE color: 14203851.

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

Color convert

RGB203187216-
CMYK0.060.1300.15
HSL273.1º27.1%79.02%-
HSV(B)273.1º13.43%84.71%-
XYZ54.7953.272.35-
YUV195.09139.8133.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=33.50%
G=30.86%
B=35.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031872160.060.1300.15273.127.179.02
HexCBBBD86D0F1111b4f
Octal31327333061501742133117
Binary110010111011101111011000110110101111100010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBD8; }

 p { color: rgb(203,187,216); }

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

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

 a { background-color: rgb(203,187,216); }

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

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

 span { border-color: rgb(203,187,216); }

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