#CBC9CC

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

Shades of Prelude #CBC9CC

Tints of Prelude #CBC9CC

Color information

#CBC9CC (or 0xCBC9CC) is unknown color: approx Prelude. HEX triplet: CB, C9 and CC. RGB value is (203,201,204). Sum of RGB (Red+Green+Blue) = 203+201+204=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9CC is #343633. Grayscale: #C9C9C9. Windows color (decimal): -3421748 or 13421003. OLE color: 13421003.

HSL color Cylindrical-coordinate representation of color #CBC9CC: hue angle of 280º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CBC9CC is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203201204-
CMYK0.000.0100.2
HSL280º2.86%79.41%-
HSV(B)280º1.47%80%-
XYZ56.4158.8365.51-
YUV201.94129.16128.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 201 (78.91% from 255) = 33.06%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=33.39%
G=33.06%
B=33.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032012040.000.0100.22802.8679.41
HexCBC9CC0101411834f
Octal313311314010244303117
Binary11001011110010011100110001010100100011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9CC; }

 p { color: rgb(203,201,204); }

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

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

 a { background-color: rgb(203,201,204); }

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

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

 span { border-color: rgb(203,201,204); }

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