#CBBDD6

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

Shades of Prelude #CBBDD6

Tints of Prelude #CBBDD6

Color information

#CBBDD6 (or 0xCBBDD6) is unknown color: approx Prelude. HEX triplet: CB, BD and D6. RGB value is (203,189,214). Sum of RGB (Red+Green+Blue) = 203+189+214=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD6 is #344229. Grayscale: #C3C3C3. Windows color (decimal): -3424810 or 14073291. OLE color: 14073291.

HSL color Cylindrical-coordinate representation of color #CBBDD6: hue angle of 273.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBBDD6 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203189214-
CMYK0.050.1200.16
HSL273.6º23.36%79.02%-
HSV(B)273.6º11.68%83.92%-
XYZ54.9653.9571.13-
YUV196.04138.14132.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 214 (83.98% from 255) = 35.31%
R=33.50%
G=31.19%
B=35.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031892140.050.1200.16273.623.3679.02
HexCBBDD65C010112174f
Octal31327532651402042227117
Binary1100101110111101110101101011100010000100010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDD6; }

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

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

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

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

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

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

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

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