#CBBDD8

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

Shades of Prelude #CBBDD8

Tints of Prelude #CBBDD8

Color information

#CBBDD8 (or 0xCBBDD8) is unknown color: approx Prelude. HEX triplet: CB, BD and D8. RGB value is (203,189,216). Sum of RGB (Red+Green+Blue) = 203+189+216=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD8 is #344227. Grayscale: #C4C4C4. Windows color (decimal): -3424808 or 14204363. OLE color: 14204363.

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

Color convert

RGB203189216-
CMYK0.060.1200.15
HSL271.11º25.71%79.41%-
HSV(B)271.11º12.5%84.71%-
XYZ55.2254.0572.49-
YUV196.26139.14132.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=33.39%
G=31.09%
B=35.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031892160.060.1200.15271.1125.7179.41
HexCBBDD86C0F10f1a4f
Octal31327533061401741732117
Binary110010111011110111011000110110001111100001111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDD8; }

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

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

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

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

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

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

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

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