#CBBCCD

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

Shades of Prelude #CBBCCD

Tints of Prelude #CBBCCD

Color information

#CBBCCD (or 0xCBBCCD) is unknown color: approx Prelude. HEX triplet: CB, BC and CD. RGB value is (203,188,205). Sum of RGB (Red+Green+Blue) = 203+188+205=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCCD is #344332. Grayscale: #C2C2C2. Windows color (decimal): -3425075 or 13483211. OLE color: 13483211.

HSL color Cylindrical-coordinate representation of color #CBBCCD: hue angle of 292.94º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBCCD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203188205-
CMYK0.010.0800.20
HSL292.94º14.53%77.06%-
HSV(B)292.94º8.29%80.39%-
XYZ53.6353.0765.17-
YUV194.42133.97134.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=34.06%
G=31.54%
B=34.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031882050.010.0800.20292.9414.5377.06
HexCBBCCD18014125f4d
Octal31327431511002444517115
Binary1100101110111100110011011100001010010010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCCD; }

 p { color: rgb(203,188,205); }

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

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

 a { background-color: rgb(203,188,205); }

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

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

 span { border-color: rgb(203,188,205); }

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