#CBBDD0

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

Shades of Prelude #CBBDD0

Tints of Prelude #CBBDD0

Color information

#CBBDD0 (or 0xCBBDD0) is unknown color: approx Prelude. HEX triplet: CB, BD and D0. RGB value is (203,189,208). Sum of RGB (Red+Green+Blue) = 203+189+208=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD0 is #34422F. Grayscale: #C3C3C3. Windows color (decimal): -3424816 or 13680075. OLE color: 13680075.

HSL color Cylindrical-coordinate representation of color #CBBDD0: hue angle of 284.21º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBBDD0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203189208-
CMYK0.020.0900.18
HSL284.21º16.81%77.84%-
HSV(B)284.21º9.13%81.57%-
XYZ54.2153.6567.17-
YUV195.35135.14133.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=33.83%
G=31.5%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031892080.020.0900.18284.2116.8177.84
HexCBBDD02901211c114e
Octal31327532021102243421116
Binary110010111011110111010000101001010010100011100100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDD0; }

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

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

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

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

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

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

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

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