#C9CECB

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

Shades of Nebula #C9CECB

Tints of Nebula #C9CECB

Color information

#C9CECB (or 0xC9CECB) is unknown color: approx Nebula. HEX triplet: C9, CE and CB. RGB value is (201,206,203). Sum of RGB (Red+Green+Blue) = 201+206+203=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CECB is #363134. Grayscale: #CCCCCC. Windows color (decimal): -3551541 or 13356745. OLE color: 13356745.

HSL color Cylindrical-coordinate representation of color #C9CECB: hue angle of 144º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CECB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB201206203-
CMYK0.0200.010.19
HSL144º4.85%79.8%-
HSV(B)144º2.43%80.78%-
XYZ56.9460.8765.25-
YUV204.16127.34125.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=32.95%
G=33.77%
B=33.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012062030.0200.010.191444.8579.8
HexC9CECB2011390550
Octal311316313201232205120
Binary110010011100111011001011100110011100100001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CECB; }

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

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

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

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

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

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

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

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