#C1D1C8

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

Shades of Nebula #C1D1C8

Tints of Nebula #C1D1C8

Color information

#C1D1C8 (or 0xC1D1C8) is unknown color: approx Nebula. HEX triplet: C1, D1 and C8. RGB value is (193,209,200). Sum of RGB (Red+Green+Blue) = 193+209+200=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1C8 is #3E2E37. Grayscale: #CBCBCB. Windows color (decimal): -4075064 or 13160897. OLE color: 13160897.

HSL color Cylindrical-coordinate representation of color #C1D1C8: hue angle of 146.25º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1D1C8 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB193209200-
CMYK0.0800.040.18
HSL146.25º14.81%78.82%-
HSV(B)146.25º7.66%81.96%-
XYZ55.2261.1163.53-
YUV203.19126.2120.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.06%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 200 (78.52% from 255) = 33.22%
R=32.06%
G=34.72%
B=33.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932092000.0800.040.18146.2514.8178.82
HexC1D1C88041292f4f
Octal30132131010042222217117
Binary11000001110100011100100010000100100101001001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D1C8; }

 p { color: rgb(193,209,200); }

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

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

 a { background-color: rgb(193,209,200); }

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

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

 span { border-color: rgb(193,209,200); }

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